From: NAKAMURA Takumi Date: Tue, 24 Jun 2014 23:11:42 +0000 (+0000) Subject: llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s: Add -triple=aarch64-linux. AArch64... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e49e30357b49aa9d8da2b2199312344f6a87fbc4;p=platform%2Fupstream%2Fllvm.git llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s: Add -triple=aarch64-linux. AArch64 is unaware of PECOFF for now. FIXME: This should pass for also targeting aarch64-darwin. llvm-svn: 211640 --- diff --git a/llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s b/llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s index e38933c..57a61c3 100644 --- a/llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s +++ b/llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s @@ -1,4 +1,4 @@ -//RUN: not llvm-mc -arch aarch64 -filetype=obj %s -o %t1 2> %t2 +//RUN: not llvm-mc -mtriple=aarch64-linux -filetype=obj %s -o %t1 2> %t2 //RUN: cat %t2 | FileCheck %s //These tests look for errors that should be reported for invalid object layout