[compiler-rt] Test fixups for MSVC. (PR #109887)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 02:18:38 PDT 2024


================
@@ -34,7 +34,7 @@ void Throw() {
   ReallyThrow();
 }
 
-__attribute__((noinline))
+ATTRIBUTE_NOINLINE
----------------
mstorsjo wrote:

This is missing an include of `defines.h`

https://github.com/llvm/llvm-project/pull/109887


More information about the llvm-commits mailing list