From a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 16 Oct 2013 02:27:33 +0000 Subject: Add a triple to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192767 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/ident-metadata.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen') diff --git a/test/CodeGen/X86/ident-metadata.ll b/test/CodeGen/X86/ident-metadata.ll index 211d882694..a5686730ce 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. -- cgit v1.2.3