blob: 2ba66be0edfcecffe7a0f2c6d0da4d22fd57c633 [file] [log] [blame]
Paul Robinson9b292b42018-07-10 15:15:24 +00001// 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.