You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RISCV] Move fuse-ld flag to CMAKE_EXE_LINKER_FLAGS_INIT (#220)
The build bot fails with the current message:
clang-15: error: argument unused during compilation: '-fuse-ld=lld'
because we are passing the fuse-ld flag as a compilation argument.
This patch sets it to CMAKE_EXE_LINKER_FLAGS_INIT so it can be loaded by
LD_FLAGS instead.
0 commit comments