diff options
| author | Fangrui Song <maskray@google.com> | 2019-09-27 05:37:06 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2019-09-27 05:37:06 +0000 |
| commit | e6d423fe03e63212d03dc180cb9e07d65bb5a614 (patch) | |
| tree | 0b4594c8db2cd675269bdc5b692377c5f276cdb1 /clang/test/CodeGenObjC/protocol-comdat.m | |
| parent | 49494733533dd3f0be7d0ae216b267e71ee946b4 (diff) | |
| download | bcm5719-llvm-e6d423fe03e63212d03dc180cb9e07d65bb5a614.tar.gz bcm5719-llvm-e6d423fe03e63212d03dc180cb9e07d65bb5a614.zip | |
[test] Use %clang_cc1 instead of %clang -cc1
llvm-svn: 373043
Diffstat (limited to 'clang/test/CodeGenObjC/protocol-comdat.m')
| -rw-r--r-- | clang/test/CodeGenObjC/protocol-comdat.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/protocol-comdat.m b/clang/test/CodeGenObjC/protocol-comdat.m index 1402ad0a045..79a1d553557 100644 --- a/clang/test/CodeGenObjC/protocol-comdat.m +++ b/clang/test/CodeGenObjC/protocol-comdat.m @@ -1,4 +1,4 @@ -// RUN: %clang -cc1 -triple thumbv7--windows-itanium -fobjc-runtime=ios -emit-llvm -o - %s -Wno-objc-root-class | FileCheck %s +// RUN: %clang_cc1 -triple thumbv7--windows-itanium -fobjc-runtime=ios -emit-llvm -o - %s -Wno-objc-root-class | FileCheck %s @protocol P - (void) method; |

