[cfe-commits] r130681 - /cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Sun May 1 21:49:53 PDT 2011
Author: chapuni
Date: Sun May 1 23:49:53 2011
New Revision: 130681
URL: http://llvm.org/viewvc/llvm-project?rev=130681&view=rev
Log:
test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 to let cygming pass.
This test seeks a verbose comment in output. By default, "-integrated-as" sets verbose-asm. Cygming is not ready for -integrated-as yet.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp?rev=130681&r1=130680&r2=130681&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-namespace.cpp Sun May 1 23:49:53 2011
@@ -1,5 +1,4 @@
-// XFAIL: cygwin,mingw
-// RUN: %clang -g -S %s -o - | FileCheck %s
+// RUN: %clang -g -S -fverbose-asm %s -o - | FileCheck %s
// CHECK: TAG_namespace
namespace A {
More information about the cfe-commits
mailing list