diff options
Diffstat (limited to 'llvm/test/LTO/X86/bcsection.ll')
| -rw-r--r-- | llvm/test/LTO/X86/bcsection.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/LTO/X86/bcsection.ll b/llvm/test/LTO/X86/bcsection.ll index e65ade62353..bcd6bc32848 100644 --- a/llvm/test/LTO/X86/bcsection.ll +++ b/llvm/test/LTO/X86/bcsection.ll @@ -15,6 +15,8 @@ ; RUN: llvm-lto -exported-symbol=main -exported-symbol=_main -o %T/bcsection.macho.o %T/bcsection.macho.bco ; RUN: llvm-nm %T/bcsection.macho.o | FileCheck %s +; REQUIRES: default_triple + ; CHECK: main define i32 @main() { ret i32 0 |

