[PATCH] D58012: [compiler-rt] Cleanup usage of C++ ABI library
Jonas Hahnfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 11:20:58 PST 2019
Hahnfeld added inline comments.
================
Comment at: compiler-rt/lib/fuzzer/tests/CMakeLists.txt:24
+if(NOT WIN32)
+ list(APPEND LIBFUZZER_UNITTEST_LINK_FLAGS -lpthread)
endif()
----------------
Hahnfeld wrote:
> I wonder if this should be `-pthread`, or better yet `${CMAKE_THREAD_LIBS_INIT}`?
I've changed that...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58012/new/
https://reviews.llvm.org/D58012
More information about the llvm-commits
mailing list