Skip to content

Commit

Permalink
Moved binary off add_llvm_executable.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hctim committed Aug 15, 2019
1 parent 0ae6006 commit 4660ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/gwp_asan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if (COMPILER_RT_HAS_GWP_ASAN)

# Build the stack trace compressor fuzzer.
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
add_llvm_executable(stack_trace_compressor_fuzzer
add_executable(stack_trace_compressor_fuzzer
stack_trace_compressor_fuzzer.cpp
${GWP_ASAN_SOURCES}
${GWP_ASAN_HEADERS})
Expand Down

0 comments on commit 4660ea9

Please sign in to comment.