Skip to content

Commit 4660ea9

Browse files
committed
Moved binary off add_llvm_executable.
Used add_executable instead, as this allows a standalone compiler-rt to build, as the add_llvm_executable build target isn't accessible in a standalone CRT preparation. llvm-svn: 369071
1 parent 0ae6006 commit 4660ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/gwp_asan/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if (COMPILER_RT_HAS_GWP_ASAN)
101101

102102
# Build the stack trace compressor fuzzer.
103103
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
104-
add_llvm_executable(stack_trace_compressor_fuzzer
104+
add_executable(stack_trace_compressor_fuzzer
105105
stack_trace_compressor_fuzzer.cpp
106106
${GWP_ASAN_SOURCES}
107107
${GWP_ASAN_HEADERS})

0 commit comments

Comments
 (0)