Commit 0ebf5c27 authored by Nico Weber's avatar Nico Weber

clang: Re-enable dse memory ssa on trunk bots.

Else we can't tell if it's working on trunk.

TBR=rnk

Bug: 1127713
Change-Id: I9cefb00517ea71399e382678ce6da81e3629b501
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410817Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806705}
parent 50f1e9cb
...@@ -501,11 +501,13 @@ config("compiler") { ...@@ -501,11 +501,13 @@ config("compiler") {
"-instcombine-lower-dbg-declare=0", "-instcombine-lower-dbg-declare=0",
] ]
cflags += [ if (!llvm_force_head_revision) {
# TODO(https://crbug.com/1127713): Investigate, remove. cflags += [
"-mllvm", # TODO(https://crbug.com/1127713): Investigate, remove.
"-enable-dse-memoryssa=false", "-mllvm",
] "-enable-dse-memoryssa=false",
]
}
} }
# C11/C++11 compiler flags setup. # C11/C++11 compiler flags setup.
......
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