[cfe-commits] r91292 - /cfe/trunk/test/CodeGenObjCXX/mangle.mm

Daniel Dunbar daniel at zuster.org
Tue Dec 15 10:54:34 PST 2009


Hi Fariborz,

Why didn't you talk to me about this first? This was wasn't necessary,
and was something on my TODO list (but differently).

 - Daniel

On Mon, Dec 14, 2009 at 9:14 AM, Fariborz Jahanian <fjahanian at apple.com> wrote:
> Author: fjahanian
> Date: Mon Dec 14 11:14:55 2009
> New Revision: 91292
>
> URL: http://llvm.org/viewvc/llvm-project?rev=91292&view=rev
> Log:
> Test uses the new clang.
>
>
> Modified:
>    cfe/trunk/test/CodeGenObjCXX/mangle.mm
>
> Modified: cfe/trunk/test/CodeGenObjCXX/mangle.mm
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjCXX/mangle.mm?rev=91292&r1=91291&r2=91292&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/CodeGenObjCXX/mangle.mm (original)
> +++ cfe/trunk/test/CodeGenObjCXX/mangle.mm Mon Dec 14 11:14:55 2009
> @@ -1,4 +1,4 @@
> -// RUN: clang-cc %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
> +// RUN: clang -cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
>
>  // CHECK: @"_ZZ11+[A shared]E1a" = internal global
>  // CHECK: @"_ZZ11-[A(Foo) f]E1a" = internal global
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>




More information about the cfe-commits mailing list