[compiler-rt] Test fixups for MSVC. (PR #109887)
Charlie Barto via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 11:30:02 PDT 2024
================
@@ -1,9 +1,9 @@
-// RUN: %clang_cl_asan %Od %p/dll_host.cpp %Fe%t
-// RUN: %clang_cl_asan -Wno-fortify-source %LD %Od %s %Fe%t.dll
+// RUN: %clang_cl_asan %Od /Oy- %p/dll_host.cpp %Fe%t
----------------
barcharcraz wrote:
Turns out we hadn't fixed this internally, but I've added it here.
I decided to just add the substitution, although using `%if` could also make sense considering this is the only place where /Oy- shows up.
https://github.com/llvm/llvm-project/pull/109887
More information about the llvm-commits
mailing list