diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2022-06-25 10:40:11 +0200 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2022-06-25 10:40:11 +0200 |
commit | b4ae67fffa40de2d9d71cec8ed29fd219362963b (patch) | |
tree | f26351e57761079584556d15dba837be80bdacc7 /llvm/unittests/Support/SourceMgrTest.cpp | |
parent | f609b54e249a4eb9b5f68a26b3fecba87d7324c0 (diff) | |
download | llvm-b4ae67fffa40de2d9d71cec8ed29fd219362963b.zip llvm-b4ae67fffa40de2d9d71cec8ed29fd219362963b.tar.gz llvm-b4ae67fffa40de2d9d71cec8ed29fd219362963b.tar.bz2 |
[asan][test] XFAIL global-location-nodebug.cpp on Solaris
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
Diffstat (limited to 'llvm/unittests/Support/SourceMgrTest.cpp')
0 files changed, 0 insertions, 0 deletions