r196734 - Re-enable ms inline asm parser test.
Alp Toker
alp at nuanti.com
Sun Dec 8 13:12:27 PST 2013
Author: alp
Date: Sun Dec 8 15:12:27 2013
New Revision: 196734
URL: http://llvm.org/viewvc/llvm-project?rev=196734&view=rev
Log:
Re-enable ms inline asm parser test.
LLVM r196044 should make it pass.
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=196734&r1=196733&r2=196734&view=diff
==============================================================================
--- cfe/trunk/test/Parser/ms-inline-asm.c (original)
+++ cfe/trunk/test/Parser/ms-inline-asm.c Sun Dec 8 15:12:27 2013
@@ -1,4 +1,4 @@
-// REQUIRES: disabled
+// REQUIRES: x86-registered-target
// RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks
#define M __asm int 0x2c
More information about the cfe-commits
mailing list