summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-02-17 22:22:20 +0000
committerReid Kleckner <reid@kleckner.net>2015-02-17 22:22:20 +0000
commitc12cc5eba80e37a088b24b4085df70f1321103fc (patch)
treeafba976ecd3651e6dc0c30e7edba01223b350941
parentaeda626d8080c403c18cfe6a9aae5b04ece0a9a5 (diff)
downloadbcm5719-llvm-c12cc5eba80e37a088b24b4085df70f1321103fc.tar.gz
bcm5719-llvm-c12cc5eba80e37a088b24b4085df70f1321103fc.zip
WinASan: Fix escaping in dll_host.cc test to work with internal shell
llvm-svn: 229570
-rw-r--r--compiler-rt/test/asan/TestCases/Windows/dll_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Windows/dll_host.cc b/compiler-rt/test/asan/TestCases/Windows/dll_host.cc
index d3b4c149d00..0d8a7ea9c9f 100644
--- a/compiler-rt/test/asan/TestCases/Windows/dll_host.cc
+++ b/compiler-rt/test/asan/TestCases/Windows/dll_host.cc
@@ -8,7 +8,7 @@
// RUN: dumpbin /EXPORTS %t | grep -o "__asan_wrap[^ ]*" | grep -v @ | sort | uniq > %t.exported_wrappers
//
// Get the list of ASan wrappers imported by the DLL RTL:
-// RUN: grep INTERCEPT_LIBRARY_FUNCTION %p/../../../../lib/asan/asan_win_dll_thunk.cc | grep -v define | sed "s/.*(\(.*\)).*/__asan_wrap_\1/" | sort | uniq > %t.dll_imports
+// RUN: grep INTERCEPT_LIBRARY_FUNCTION %p/../../../../lib/asan/asan_win_dll_thunk.cc | grep -v define | sed -e s/.*(\\(.*\\)).*/__asan_wrap_\\1/ | sort | uniq > %t.dll_imports
//
// Now make sure the DLL thunk imports everything:
// RUN: echo
OpenPOWER on IntegriCloud