From af402acff30acda75bbdc4aaad653db9dceacaba Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 12 Aug 2012 08:21:27 +0000 Subject: [PATCH] Give this test an explicit triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161740 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/fde.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/ELF/fde.s b/test/MC/ELF/fde.s index b7fa48b7bc5..52ee33f16fb 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: