Commit 8b23b3ab authored by Yuanfang Chen's avatar Yuanfang Chen
Browse files

[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.
parent f5f4b8b6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
; RUN: %clang_cc1 -triple x86_64-apple-darwin10 -Os -emit-llvm -fobjc-arc -o - %s | FileCheck %s

target triple = "x86_64-apple-darwin10"

declare i8* @llvm.objc.retain(i8*)
declare void @llvm.objc.release(i8*)

+1 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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