Skip to content

Commit cd783be

Browse files
committed
remove from link flags
1 parent 3f7280c commit cd783be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

toolchain/cc_toolchain_config.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ def cc_toolchain_config(
151151
link_flags = [
152152
"--target=" + target_system_name,
153153
"-no-canonical-prefixes",
154-
# Reproducibility.
155-
"-ffile-prefix-map=${{pwd}}=__bazel_toolchain_llvm_repo__",
156154
]
157155

158156
stdlib = compiler_configuration["stdlib"]

0 commit comments

Comments
 (0)