[all-commits] [llvm/llvm-project] f59432: [PowerPC] Disable sanitizer test due to failures w...
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Mon Mar 16 10:29:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f5943288537470d24ea2e3328d3c30f60fdf00e6
https://github.com/llvm/llvm-project/commit/f5943288537470d24ea2e3328d3c30f60fdf00e6
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
Log Message:
-----------
[PowerPC] Disable sanitizer test due to failures when using LLD
This test case fails due to different handling of weak items between
LLD and LD on PPC. The issue only occurs when the default linker is LLD
and the test case is run on a system where ASLR is enabled.
More information about the All-commits
mailing list