aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
diff options
context:
space:
mode:
authorRainer Orth <ro@gcc.gnu.org>2020-09-30 22:58:07 +0200
committerRainer Orth <ro@gcc.gnu.org>2020-09-30 22:58:07 +0200
commit8a1084a9486313e9f46e61ab69f80309c7050e1f (patch)
treed498046fa38ec87fa6857503a234047d674c0138 /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
parentd1d7fc98325d948bede85e6304c5ca93f79e050e (diff)
downloadllvm-8a1084a9486313e9f46e61ab69f80309c7050e1f.zip
llvm-8a1084a9486313e9f46e61ab69f80309c7050e1f.tar.gz
llvm-8a1084a9486313e9f46e61ab69f80309c7050e1f.tar.bz2
[asan][test] XFAIL Posix/no_asan_gen_globals.c on Solaris
`Posix/no_asan_gen_globals.c` currently `FAIL`s on Solaris: $ nm no_asan_gen_globals.c.tmp.exe | grep ___asan_gen_ 0809696a r .L___asan_gen_.1 0809a4cd r .L___asan_gen_.2 080908e2 r .L___asan_gen_.4 0809a4cd r .L___asan_gen_.5 0809a529 r .L___asan_gen_.7 0809a4cd r .L___asan_gen_.8 As detailed in Bug 47607, there are two factors here: - `clang` plays games by emitting some local labels into the symbol table. When instead one uses `-fno-integrated-as` to have `gas` create the object files, they don't land in the objects in the first place. - Unlike GNU `ld`, the Solaris `ld` doesn't support support `-X`/`--discard-locals` but instead relies on the assembler to follow its specification and not emit local labels. Therefore this patch `XFAIL`s the test on Solaris. Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`. Differential Revision: https://reviews.llvm.org/D88218
Diffstat (limited to 'llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions