1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add a triple to this test.

llvm-svn: 192767
This commit is contained in:
Rafael Espindola 2013-10-16 02:27:33 +00:00
parent c17b7cf2ed
commit 3779f822e1

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.