mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[NFCI] Add missing triple to several LTO tests
Also remove the module triple of clang/test/CodeGenObjC/arc.ll, the commandline tripe is all it needs.
This commit is contained in:
parent
ad95bab280
commit
bbd8d2f9e4
@ -1,4 +1,5 @@
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
@G = internal global i32 7
|
||||
define i32 @g() {
|
||||
|
@ -1,4 +1,5 @@
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
$c2 = comdat any
|
||||
$c1 = comdat any
|
||||
|
@ -1,4 +1,5 @@
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
%zed = type { i16 }
|
||||
define void @bar(%zed* %this) {
|
||||
|
@ -1,4 +1,5 @@
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
define void @foo() {
|
||||
ret void
|
||||
|
Loading…
Reference in New Issue
Block a user