[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


================
@@ -27,8 +28,8 @@ extern "C" {
 __declspec(dllexport) void foo1() {}
 }
 #elif defined(DLL2)
-extern "C" {
----------------
mstorsjo wrote:

Here you lost an `extern "C" {`, and end up with unbalanced parentheses.

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


More information about the llvm-commits mailing list