Paul Robinson | 9b292b4 | 2018-07-10 15:15:24 +0000 | [diff] [blame] | 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. |