Skip to content

Commit 9e0ce6b

Browse files
committed
dont link with gold on windows
1 parent 23429cd commit 9e0ce6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/amd-aie-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
build_target: "" # empty to indicate default target build
3030
projects: clang;lld
3131
cache-key: amd-aie
32-
extra_cmake_args: '-DLLVM_USE_LINKER=gold -C clang/cmake/caches/Peano-AIE.cmake'
32+
extra_cmake_args: '-C clang/cmake/caches/Peano-AIE.cmake'
3333
os_list: '["windows-2019"]'

0 commit comments

Comments
 (0)