brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · ef736aa Raw
7 lines · plain
1// RUN: env RC_DEBUG_PREFIX_MAP=old=new \2// RUN:  %clang -target arm64-apple-darwin -### -c -g %s 2>&1 | FileCheck %s3// RUN: env RC_DEBUG_PREFIX_MAP=illegal \4// RUN:  not %clang -target arm64-apple-darwin -### -c -g %s 2>&1 | FileCheck %s --check-prefix=ERR5// CHECK: "-fdebug-prefix-map=old=new" 6// ERR: invalid argument 'illegal'7