10 lines · plain
1// XFAIL: target={{.*}}-aix{{.*}}2 3// RUN: %clang -### -g -fintegrated-as -fdebug-prefix-map=old=new %s 2>&1 | FileCheck %s4// RUN: %clang -### -g -fintegrated-as -ffile-prefix-map=old=new %s 2>&1 | FileCheck %s5 6// CHECK: cc1as7// CHECK-SAME: -fdebug-prefix-map=old=new8 9// More tests for this flag in debug-prefix-map.c.10