aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-05-02 04:49:53 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-05-02 04:49:53 +0000
commit45dce81969fe8915e53b13b81ab75a02ffe641e0 (patch)
tree73630894be50112fd7a556076ab2236fa4d3c894
parente099c00a065c3a43706b8da71cfe655ff7a2c1c6 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130681 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/debug-info-namespace.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-namespace.cpp b/test/CodeGenCXX/debug-info-namespace.cpp
index 89b03a608c..27f5eae978 100644
--- a/test/CodeGenCXX/debug-info-namespace.cpp
+++ b/test/CodeGenCXX/debug-info-namespace.cpp
@@ -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 {