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