summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/sancov/covered_functions.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/sancov/covered_functions.test')
-rw-r--r--llvm/test/tools/sancov/covered_functions.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/tools/sancov/covered_functions.test b/llvm/test/tools/sancov/covered_functions.test
index e94c30ce69a..8126049a0ca 100644
--- a/llvm/test/tools/sancov/covered_functions.test
+++ b/llvm/test/tools/sancov/covered_functions.test
@@ -1,7 +1,4 @@
-FIXME: sancov relies on __cxa_demangle for demangling. Remove this when LLVM has
-its own demangler.
REQUIRES: x86_64-linux
-
RUN: sancov -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
RUN: sancov -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck --check-prefix=STRIP_PATH %s
RUN: sancov -demangle=0 -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck --check-prefix=NO_DEMANGLE %s
OpenPOWER on IntegriCloud