Skip to content

Commit 7e71814

Browse files
committed
Remove canonical prefix
1 parent 6210425 commit 7e71814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_rocm.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ def GetHostCompilerOptions(argv):
8989
opts += ' -iquote ' + ' -iquote '.join(sum(args.iquote, []))
9090
if args.g:
9191
opts += ' -g' + ' -g'.join(sum(args.g, []))
92-
if args.no_canonical_prefixes:
93-
opts += ' -no-canonical-prefixes'
92+
#if args.no_canonical_prefixes:
93+
# opts += ' -no-canonical-prefixes'
9494
if args.sysroot:
9595
opts += ' --sysroot ' + args.sysroot[0]
9696
if args.genco:

0 commit comments

Comments
 (0)