[PATCH] D58012: [compiler-rt] Cleanup usage of C++ ABI library

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 10 04:00:16 PST 2019


Hahnfeld marked an inline comment as done.
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()
----------------
I wonder if this should be `-pthread`, or better yet `${CMAKE_THREAD_LIBS_INIT}`?


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58012/new/

https://reviews.llvm.org/D58012





More information about the llvm-commits mailing list