Commit 1a6a85d8 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Clang: disable the llvm.dbg.declare -> value instcombine for realz

It turns out the first attempt (#502428) got the flag backwards.
*headdesks*

Bug: 761633,765793,775258
Change-Id: I6ef2203822c4b0a5d04d6c8d564e0d347b2d104d
Reviewed-on: https://chromium-review.googlesource.com/724263Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509640}
parent 7c8e22db
...@@ -430,7 +430,7 @@ config("compiler") { ...@@ -430,7 +430,7 @@ config("compiler") {
"-Xclang", "-Xclang",
"-mllvm", "-mllvm",
"-Xclang", "-Xclang",
"-instcombine-lower-dbg-declare=1", "-instcombine-lower-dbg-declare=0",
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment