diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 07:07:28 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 07:07:28 +0000 |
commit | 4656c53e125c90bd2ad0b8724efbb44dc042525d (patch) | |
tree | aefdef1750984971be4061289d6a59ec94ea3b43 /clang/test/CodeGenObjC/message-arrays.m | |
parent | 0730e4f7e005addb6155d589c869469e791e3d45 (diff) | |
download | llvm-4656c53e125c90bd2ad0b8724efbb44dc042525d.zip llvm-4656c53e125c90bd2ad0b8724efbb44dc042525d.tar.gz llvm-4656c53e125c90bd2ad0b8724efbb44dc042525d.tar.bz2 |
Move -fnext-runtime defaulting to driver (and change clang-cc default to
-fnext-runtime), instead of using getDefaultLangOptions.
llvm-svn: 89058
Diffstat (limited to 'clang/test/CodeGenObjC/message-arrays.m')
-rw-r--r-- | clang/test/CodeGenObjC/message-arrays.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/message-arrays.m b/clang/test/CodeGenObjC/message-arrays.m index c618672..1ae6bf6 100644 --- a/clang/test/CodeGenObjC/message-arrays.m +++ b/clang/test/CodeGenObjC/message-arrays.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fnext-runtime -emit-llvm -o %t %s +// RUN: clang-cc -emit-llvm -o %t %s void f0(id a) { // This should have an implicit cast |