File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -265,8 +265,6 @@ build:cuda --@local_config_cuda//:enable_cuda
265
265
build:cuda_clang --config=cuda
266
266
build:cuda_clang --repo_env TF_CUDA_CLANG=1
267
267
build:cuda_clang --@local_config_cuda//:cuda_compiler=clang
268
- build:cuda_clang --linkopt="-fuse-ld=lld"
269
- build:cuda_clang --linkopt="-lm"
270
268
271
269
# Debug config
272
270
build:dbg -c dbg
Original file line number Diff line number Diff line change @@ -841,8 +841,6 @@ def set_clang_compiler_path(environ_cp):
841
841
write_action_env_to_bazelrc ('CLANG_COMPILER_PATH' , clang_compiler_path )
842
842
write_to_bazelrc ('build --repo_env=CC=%s' % clang_compiler_path )
843
843
write_to_bazelrc ('build --repo_env=BAZEL_COMPILER=%s' % clang_compiler_path )
844
- write_to_bazelrc ('build --linkopt="-fuse-ld=lld"' )
845
- write_to_bazelrc ('build --linkopt="-lm"' )
846
844
847
845
return clang_compiler_path
848
846
You can’t perform that action at this time.
0 commit comments