diff options
Diffstat (limited to 'test/CodeGen/X86/dll-linkage.ll')
-rw-r--r-- | test/CodeGen/X86/dll-linkage.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dll-linkage.ll b/test/CodeGen/X86/dll-linkage.ll index 14290f8..a6b3073 100644 --- a/test/CodeGen/X86/dll-linkage.ll +++ b/test/CodeGen/X86/dll-linkage.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=i386-mingw32-pc | FileCheck %s +; RUN: llvm-as < %s | llc -mtriple=i386-pc-mingw32 | FileCheck %s declare dllimport void @foo() |