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 b20e604..14290f8 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-mingw-pc | FileCheck %s +; RUN: llvm-as < %s | llc -mtriple=i386-mingw32-pc | FileCheck %s declare dllimport void @foo() |