]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/debug-prefix-map.S
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / Driver / debug-prefix-map.S
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.