blob: 6dd1ded9bfdfa690dcb9d6c8d63f342be5f15b52 [file] [log] [blame]
Yuanfang Chen9a8d7bd2020-05-25 17:36:28 -07001// 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
Paul Robinson9b292b42018-07-10 15:15:24 +00003
4// CHECK: cc1as
5// CHECK-SAME: -fdebug-prefix-map=old=new
6
7// More tests for this flag in debug-prefix-map.c.