From: NAKAMURA Takumi Date: Mon, 2 May 2011 04:49:53 +0000 (+0000) Subject: test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 to let... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45dce81969fe8915e53b13b81ab75a02ffe641e0;p=clang 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 --- 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 {