diff options
author | Reid Kleckner <rnk@google.com> | 2016-06-03 17:51:42 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-06-03 17:51:42 +0000 |
commit | e2bef1f143a0defc3c882920d65e69bed4e1bc58 (patch) | |
tree | 7978789a78f6ccb244329c923cc38a74ebde9223 /llvm/test/tools/sancov/print_coverage_pcs.test | |
parent | eff9278a7e0a4807ea8b3f1ac57d6baa64d96cf7 (diff) | |
download | bcm5719-llvm-e2bef1f143a0defc3c882920d65e69bed4e1bc58.tar.gz bcm5719-llvm-e2bef1f143a0defc3c882920d65e69bed4e1bc58.zip |
[sancov] Run sancov tests on more platforms
The only tests that need to be run on Linux are the ones that use C++
demangling. I'm assuming they will fail on Mac, since __cxa_demangle
there won't handle the non-double-underscore prefixed mangled names.
llvm-svn: 271695
Diffstat (limited to 'llvm/test/tools/sancov/print_coverage_pcs.test')
-rw-r--r-- | llvm/test/tools/sancov/print_coverage_pcs.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/tools/sancov/print_coverage_pcs.test b/llvm/test/tools/sancov/print_coverage_pcs.test index 2756eb03ba0..3a54f97d7b4 100644 --- a/llvm/test/tools/sancov/print_coverage_pcs.test +++ b/llvm/test/tools/sancov/print_coverage_pcs.test @@ -1,4 +1,3 @@ -REQUIRES: x86_64-linux RUN: sancov -print-coverage-pcs %p/Inputs/test-linux_x86_64 | FileCheck %s CHECK: 0x4e132b |