forked from OSchip/llvm-project
7 lines
184 B
ArmAsm
7 lines
184 B
ArmAsm
|
// RUN: %clang -### -g -fdebug-prefix-map=old=new %s 2>&1 | FileCheck %s
|
||
|
|
||
|
// CHECK: cc1as
|
||
|
// CHECK-SAME: -fdebug-prefix-map=old=new
|
||
|
|
||
|
// More tests for this flag in debug-prefix-map.c.
|