[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 03:58:26 PST 2019
    
    
  
Hahnfeld created this revision.
Hahnfeld added reviewers: phosek, dim, srhines.
Herald added subscribers: llvm-commits, Sanitizers, jfb, cryptoad, mgorny, dberris, kubamracek.
Herald added projects: LLVM, Sanitizers.
Add missed value "libcxxabi" and introduce `SANITIZER_GTEST_CXX` for linking
unit tests using gtest. This needs to be a full C++ library and cannot be
libcxxabi.
Repository:
  rCRT Compiler Runtime
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/ubsan/CMakeLists.txt
  compiler-rt/lib/xray/tests/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58012.186146.patch
Type: text/x-patch
Size: 8835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190210/fade6af6/attachment.bin>
    
    
More information about the llvm-commits
mailing list