[Coverage] Disable Linux/coverage-missing.cc in AddressSanitizer-i386-linux testsuite
authorFangrui Song <maskray@google.com>
Thu, 27 Sep 2018 06:37:15 +0000 (06:37 +0000)
committerFangrui Song <maskray@google.com>
Thu, 27 Sep 2018 06:37:15 +0000 (06:37 +0000)
commit77708b2390879010fd866dad4eb8d361deaa15af
treeacf5fcb62ef58402590b683ec0be8a8b344ad867
parent22438a844c490942fbca42848f8ab3a11c4af587
[Coverage] Disable Linux/coverage-missing.cc in AddressSanitizer-i386-linux testsuite

sancov.py relies on objdump -d to obtain the number of instrumented PCs.
The i386 %dynamiclib will now include .plt entries that are not recognized by objdump,

"sancov.py: found 0 instrumented PCs in *.so",

causing AddressSanitizer-i386-linux to fail.

Change it back to x86-target-arch after %sancov switches to a more robust approach.

llvm-svn: 343178
compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc