mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04:00

Language-design credit goes to a lot of people, but I particularly want to single out Blaine Garst and Patrick Beard for their contributions. Compiler implementation credit goes to Argyrios, Doug, Fariborz, and myself, in no particular order. llvm-svn: 133103
6 lines
296 B
Matlab
6 lines
296 B
Matlab
// RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
|
|
// RUN: grep objective-c %t.log
|
|
// RUN: not grep "fobjc-arc-exceptions" %t.log
|
|
// RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
|
|
// RUN: grep "fobjc-arc-exceptions" %t.log
|