1 // RUN: %clang -### -g -fintegrated-as -fdebug-prefix-map=old=new %s 2>&1 | FileCheck %s
2 // RUN: %clang -### -g -fintegrated-as -ffile-prefix-map=old=new %s 2>&1 | FileCheck %s
5 // CHECK-SAME: -fdebug-prefix-map=old=new
7 // More tests for this flag in debug-prefix-map.c.