commit | c5a97ec19408c3dca4b6a6385f11d8c783b94d0b | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 07:07:28 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 07:07:28 2009 +0000 |
tree | f8eaf15cd47de7d078bfe70b2ce4d73b3f660688 | |
parent | 0be42c44f0199c5023b542d6a6d2e66eb594f27d [diff] [blame] |
Move -fnext-runtime defaulting to driver (and change clang-cc default to -fnext-runtime), instead of using getDefaultLangOptions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89058 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/message-arrays.m b/test/CodeGenObjC/message-arrays.m index c618672..1ae6bf6 100644 --- a/test/CodeGenObjC/message-arrays.m +++ b/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