Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / debug-prefix-map.S
blobfebf6086904204502025274365ddfb0d5ddf1fc7
1 // XFAIL: target={{.*}}-aix{{.*}}
3 // RUN: %clang -### -g -fintegrated-as -fdebug-prefix-map=old=new %s 2>&1 | FileCheck %s
4 // RUN: %clang -### -g -fintegrated-as -ffile-prefix-map=old=new %s 2>&1 | FileCheck %s
6 // CHECK: cc1as
7 // CHECK-SAME: -fdebug-prefix-map=old=new
9 // More tests for this flag in debug-prefix-map.c.