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

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 12:57:44 PST 2019


Hahnfeld updated this revision to Diff 187072.
Hahnfeld added a comment.

Revert changes to `CMAKE_THREAD_LIBS_INIT`.

Turns out my fix in rCT354143 would have been correct, if some previous lines didn't add `-nodefaultlibs` to `CMAKE_REQUIRED_FLAGS`...


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

https://reviews.llvm.org/D58012

Files:
  compiler-rt/CMakeLists.txt
  compiler-rt/lib/asan/CMakeLists.txt
  compiler-rt/lib/fuzzer/tests/CMakeLists.txt
  compiler-rt/lib/hwasan/CMakeLists.txt
  compiler-rt/lib/scudo/CMakeLists.txt
  compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
  compiler-rt/lib/tsan/dd/CMakeLists.txt
  compiler-rt/lib/tsan/tests/CMakeLists.txt
  compiler-rt/lib/ubsan/CMakeLists.txt
  compiler-rt/lib/xray/tests/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58012.187072.patch
Type: text/x-patch
Size: 10047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190215/d206c7d4/attachment.bin>


More information about the llvm-commits mailing list