aboutsummaryrefslogtreecommitdiff
path: root/clang
diff options
context:
space:
mode:
authorYuanfang Chen <yuanfang.chen@sony.com>2020-12-09 13:10:39 -0800
committerYuanfang Chen <yuanfang.chen@sony.com>2020-12-09 13:13:58 -0800
commit8b23b3ab3aea28b91e5aa48f29fe9eb1828515a3 (patch)
treeae19f5d241f92c8735b6e8abf6974961ed7088f6 /clang
parentf5f4b8b60fc0931440c4f2549fbff0965c868d2c (diff)
downloadllvm-8b23b3ab3aea28b91e5aa48f29fe9eb1828515a3.zip
llvm-8b23b3ab3aea28b91e5aa48f29fe9eb1828515a3.tar.gz
llvm-8b23b3ab3aea28b91e5aa48f29fe9eb1828515a3.tar.bz2
[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.
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGenObjC/arc.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/arc.ll b/clang/test/CodeGenObjC/arc.ll
index 7b903d0..cfc88c3 100644
--- a/clang/test/CodeGenObjC/arc.ll
+++ b/clang/test/CodeGenObjC/arc.ll
@@ -1,7 +1,5 @@
; 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*)