mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 14:28:54 -04:00

is useful to omit the debug compilation dir when compiling assembly files with -g. Part of PR38050. Patch by Siddhartha Bagaria! Differential Revision: https://reviews.llvm.org/D48989 llvm-svn: 336685
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.
|