llvm-capstone/compiler-rt
Martin Storsjö 7c5e4e5fa3
Reapply [compiler-rt] Check for and use -lunwind when linking with -nodefaultlibs (#66584)
If libc++ is available and should be used as the ubsan C++ ABI library,
the check for libc++ might fail if libc++ is a static library, as the
-nodefaultlibs flag inhibits a potential compiler default -lunwind.

Just like the -nodefaultlibs configuration tests for and manually adds a
bunch of compiler default libraries, look for -lunwind too.

This is a reland of #65912.
2023-10-05 11:41:11 +03:00
..
cmake Reapply [compiler-rt] Check for and use -lunwind when linking with -nodefaultlibs (#66584) 2023-10-05 11:41:11 +03:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include [Profile] Use upper 32 bits of profile version for profile variants. (#67695) 2023-10-03 10:15:22 -04:00
lib [AArch64][FMV] Add rcpc3 support, introduce bits for features extensi… (#68104) 2023-10-03 22:52:01 +01:00
test [HWASAN]Implement memcmp interceptor in HWASAN (#67204) 2023-09-29 16:14:48 -07:00
tools
unittests [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
utils
www [compiler-rt] Point UndefinedBehaviorSanitizer link to its own page. 2023-03-15 17:05:57 +01:00
.clang-tidy
.gitignore
CMakeLists.txt [compiler-rt] Don't redefine LLVM_COMMON_CMAKE_UTILS if it's defined (#66761) 2023-10-04 14:05:48 +02:00
CODE_OWNERS.TXT [docs] Update compiler-rt/CODE_OWNERS.TXT 2023-02-24 15:07:09 -08:00
CREDITS.TXT
LICENSE.TXT
README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================