зеркало из https://github.com/microsoft/clang-1.git
Update test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67392 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
f469557743
Коммит
d5b918ec50
|
@ -1,7 +1,4 @@
|
|||
// RUN: clang -DIRGENABLE -fnext-runtime -emit-llvm -o %t %s &&
|
||||
// RUN: clang -DIRGENABLE -g -fnext-runtime -emit-llvm -o %t %s &&
|
||||
|
||||
// FIXME: Remove IRGENABLE when possible.
|
||||
// RUN: ! clang -fnext-runtime -emit-llvm -o %t %s
|
||||
// RUN: clang -fnext-runtime -emit-llvm -o %t %s &&
|
||||
// RUN: clang -g -fnext-runtime -emit-llvm -o %t %s
|
||||
|
||||
#include "objc-language-features.inc"
|
||||
|
|
|
@ -54,11 +54,9 @@
|
|||
|
||||
int f0(id x) {
|
||||
#ifndef IRGENABLE_GNU
|
||||
#ifndef IRGENABLE
|
||||
@synchronized(x) {
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef IRGENABLE_GNU
|
||||
@try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче