]> granicus.if.org Git - clang/commitdiff
test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 to let...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 2 May 2011 04:49:53 +0000 (04:49 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 2 May 2011 04:49:53 +0000 (04:49 +0000)
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

test/CodeGenCXX/debug-info-namespace.cpp

index 89b03a608ce89f51612eda509f0fa95e7039727e..27f5eae9780f217c141c15d9ed471df81d677ca9 100644 (file)
@@ -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 {