Skip to content

Commit ac6f47c

Browse files
committed
Remove canonical prefix
1 parent 6210425 commit ac6f47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def GetHostCompilerOptions(argv):
7676
parser.add_argument('-iquote', nargs='*', action='append')
7777
parser.add_argument('--sysroot', nargs=1)
7878
parser.add_argument('-g', nargs='*', action='append')
79-
parser.add_argument('-no-canonical-prefixes', action='store_true')
79+
#parser.add_argument('-no-canonical-prefixes', action='store_true')
8080
parser.add_argument('--genco', action='store_true')
8181

8282
args, _ = parser.parse_known_args(argv)

0 commit comments

Comments
 (0)