[cfe-commits] r173193 - /cfe/trunk/test/Parser/ms-inline-asm.c

Benjamin Kramer benny.kra at gmail.com
Tue Jan 22 13:36:58 PST 2013


On 22.01.2013, at 21:57, Chad Rosier <mcrosier at apple.com> wrote:

> Author: mcrosier
> Date: Tue Jan 22 14:57:10 2013
> New Revision: 173193
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=173193&view=rev
> Log:
> Second attempt to fix ppc bots.

I think you'll have to add a triple to get this working. Also segfaulting is not a very nice way of erroring out when ms inline asm isn't supported on the target.

- Ben

> 
> Modified:
>    cfe/trunk/test/Parser/ms-inline-asm.c
> 
> Modified: cfe/trunk/test/Parser/ms-inline-asm.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/ms-inline-asm.c?rev=173193&r1=173192&r2=173193&view=diff
> ==============================================================================
> --- cfe/trunk/test/Parser/ms-inline-asm.c (original)
> +++ cfe/trunk/test/Parser/ms-inline-asm.c Tue Jan 22 14:57:10 2013
> @@ -1,4 +1,4 @@
> -// REQUIRES: x86-64-registered-target
> +// REQUIRES: x86-registered-target
> // RUN: %clang_cc1 %s -verify -fasm-blocks
> 
> #define M __asm int 0x2c
> 
> 
> _______________________________________________
> 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