summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2019-08-15 23:28:33 +0000
committerMitch Phillips <mitchphillips@outlook.com>2019-08-15 23:28:33 +0000
commit4be5d53a3322e558a468be709535ac06f7e2fba4 (patch)
treed6d2cb7ed5d77db0b62b96c63dff9bba0d8784fb
parent27954c36443d5ae688b91e90d6741b9f8a275c2a (diff)
downloadbcm5719-llvm-4be5d53a3322e558a468be709535ac06f7e2fba4.tar.gz
bcm5719-llvm-4be5d53a3322e558a468be709535ac06f7e2fba4.zip
Re-instate 369051.
Looks like I accidentally reverted r369051 to the old CMake-version-specific flag when committing 369055. llvm-svn: 369067
-rw-r--r--compiler-rt/lib/gwp_asan/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/gwp_asan/CMakeLists.txt b/compiler-rt/lib/gwp_asan/CMakeLists.txt
index 53927e193b6..fce18f371be 100644
--- a/compiler-rt/lib/gwp_asan/CMakeLists.txt
+++ b/compiler-rt/lib/gwp_asan/CMakeLists.txt
@@ -109,7 +109,8 @@ if (COMPILER_RT_HAS_GWP_ASAN)
PROPERTIES FOLDER "Fuzzers")
target_compile_options(stack_trace_compressor_fuzzer
PRIVATE -fsanitize=fuzzer-no-link)
- target_link_options(stack_trace_compressor_fuzzer PRIVATE -fsanitize=fuzzer)
+ set_target_properties(
+ stack_trace_compressor_fuzzer PROPERTIES LINK_FLAGS -fsanitize=fuzzer)
add_dependencies(gwp_asan stack_trace_compressor_fuzzer)
endif()
endif()
OpenPOWER on IntegriCloud