summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/lit.cfg')
-rw-r--r--compiler-rt/lib/asan/lit_tests/lit.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/lit.cfg b/compiler-rt/lib/asan/lit_tests/lit.cfg
index 1e6725e3dff..c215651debc 100644
--- a/compiler-rt/lib/asan/lit_tests/lit.cfg
+++ b/compiler-rt/lib/asan/lit_tests/lit.cfg
@@ -72,10 +72,6 @@ if llvm_tools_dir:
config.environment['ASAN_SYMBOLIZER_PATH'] = os.path.join(
llvm_tools_dir, "llvm-symbolizer")
-# Define %symbolize substitution that filters output through
-# c++filt (for demangling, somewhy it doesn't work for symbolizer on Mac).
-config.substitutions.append( ("%symbolize ", " c++filt "))
-
# Define CHECK-%os to check for OS-dependent output.
config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os)))
OpenPOWER on IntegriCloud