diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-08-12 08:21:27 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-08-12 08:21:27 +0000 |
commit | af402acff30acda75bbdc4aaad653db9dceacaba (patch) | |
tree | 371a4510bf4056971eb3e95a1003b7fe2f37dc04 /test/MC/ELF | |
parent | 0c5602de8c0dfa716f54306a1c540b98ab803584 (diff) | |
download | external_llvm-af402acff30acda75bbdc4aaad653db9dceacaba.zip external_llvm-af402acff30acda75bbdc4aaad653db9dceacaba.tar.gz external_llvm-af402acff30acda75bbdc4aaad653db9dceacaba.tar.bz2 |
Give this test an explicit triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF')
-rw-r--r-- | test/MC/ELF/fde.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/fde.s b/test/MC/ELF/fde.s index b7fa48b..52ee33f 100644 --- a/test/MC/ELF/fde.s +++ b/test/MC/ELF/fde.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -filetype=obj %s -o %t.o && llvm-objdump -s %t.o +# RUN: llvm-mc -filetype=obj %s -o %t.o -triple x86_64-pc-linux-gnu && llvm-objdump -s %t.o # PR13581 # CHECK: Contents of section .debug_frame: |