We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6210425 commit 7e71814Copy full SHA for 7e71814
third_party/xla/third_party/gpus/crosstool/clang/bin/crosstool_wrapper_driver_rocm.tpl
@@ -89,8 +89,8 @@ def GetHostCompilerOptions(argv):
89
opts += ' -iquote ' + ' -iquote '.join(sum(args.iquote, []))
90
if args.g:
91
opts += ' -g' + ' -g'.join(sum(args.g, []))
92
- if args.no_canonical_prefixes:
93
- opts += ' -no-canonical-prefixes'
+ #if args.no_canonical_prefixes:
+ # opts += ' -no-canonical-prefixes'
94
if args.sysroot:
95
opts += ' --sysroot ' + args.sysroot[0]
96
if args.genco:
0 commit comments