forked from OSchip/llvm-project
b4ae67fffa
A new test `FAIL`s on Solaris: FAIL: AddressSanitizer-i386-sunos :: TestCases/global-location-nodebug.cpp (465 of 64279) FAIL: AddressSanitizer-i386-sunos-dynamic :: TestCases/global-location-nodebug.cpp (961 of 64279) The problem is the unconditional use of `-Wl,-S`: ld: fatal: dlopen() of support library (-lstdc++) failed with error: ld.so.1: ld: -lstdc++: open failed: No such file or directory `ld -S` has a completely different semantics compared to GNU `ld -S`/`--strip-debug`: specify a link-edit support library. To avoid this, I've chosen to `XFAIL` the test. Tested on `amd64-pc-solaris2.11`. Differential Revision: https://reviews.llvm.org/D128516 |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
www | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
README.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. ================================