mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
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. llvm-svn: 130681
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user