[PATCH] D19898: [ASan] [SystemZ] Add -mbackchain to test cflags.
Marcin KoĆcielnicki via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 01:55:57 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL269277: [ASan] [SystemZ] Add -mbackchain to test cflags. (authored by koriakin).
Changed prior to commit:
http://reviews.llvm.org/D19898?vs=56087&id=57006#toc
Repository:
rL LLVM
http://reviews.llvm.org/D19898
Files:
compiler-rt/trunk/test/asan/lit.cfg
Index: compiler-rt/trunk/test/asan/lit.cfg
===================================================================
--- compiler-rt/trunk/test/asan/lit.cfg
+++ compiler-rt/trunk/test/asan/lit.cfg
@@ -73,6 +73,8 @@
"-fno-omit-frame-pointer",
"-fno-optimize-sibling-calls"] +
config.debug_info_flags + target_cflags)
+if config.target_arch == 's390x':
+ clang_asan_static_cflags.append("-mbackchain")
clang_asan_static_cxxflags = config.cxx_mode_flags + clang_asan_static_cflags
if config.asan_dynamic:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19898.57006.patch
Type: text/x-patch
Size: 588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160512/c39f809d/attachment.bin>
More information about the llvm-commits
mailing list