diff options
author | Yuanfang Chen <yuanfang.chen@sony.com> | 2020-12-09 13:10:39 -0800 |
---|---|---|
committer | Yuanfang Chen <yuanfang.chen@sony.com> | 2020-12-09 13:13:58 -0800 |
commit | 8b23b3ab3aea28b91e5aa48f29fe9eb1828515a3 (patch) | |
tree | ae19f5d241f92c8735b6e8abf6974961ed7088f6 /clang | |
parent | f5f4b8b60fc0931440c4f2549fbff0965c868d2c (diff) | |
download | llvm-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.ll | 2 |
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*) |