Skip to content

Commit b6b7d31

Browse files
committed
fixup! Add substitution for /Oy-/-fno-omit-frame-pointer
1 parent 5bd2b64 commit b6b7d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/Windows/dll_intercept_memset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clang_cl_asan %Od %Oy- %p/dll_host.cpp %Fe%t
2-
// RUN: %clang_cl_asan %if !MSVC %{ -Wno-fortify-source %} /Oy- %LD %Od %s %Fe%t.dll
2+
// RUN: %clang_cl_asan %if !MSVC %{ -Wno-fortify-source %} %Oy- %LD %Od %s %Fe%t.dll
33
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
44

55
// Test that it works correctly even with ICF enabled.

0 commit comments

Comments
 (0)