From: Rafael Espindola Date: Wed, 16 Oct 2013 02:27:33 +0000 (+0000) Subject: Add a triple to this test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4;p=oota-llvm.git Add a triple to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192767 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/ident-metadata.ll b/test/CodeGen/X86/ident-metadata.ll index 211d882694e..a5686730cee 100644 --- a/test/CodeGen/X86/ident-metadata.ll +++ b/test/CodeGen/X86/ident-metadata.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s ; Verify that llvm.ident metadata is emitted as .ident ; directives in assembly files, and in the .comment section in ELF object files.