diff options
-rw-r--r-- | test/CodeGen/X86/visibility.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/visibility.ll b/test/CodeGen/X86/visibility.ll index 9153de4618..a8d287083a 100644 --- a/test/CodeGen/X86/visibility.ll +++ b/test/CodeGen/X86/visibility.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -o - | FileCheck %s +; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o - | FileCheck %s define hidden void @foo() nounwind { entry: |