Add a triple to this test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192767 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2013-10-16 02:27:33 +00:00
parent 3aa342be50
commit a2ef865fa9

View File

@ -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.