Flang build on windows with MSVC environment and clang-cl compiler
requires clang_rt.builtin.${target} library. This patch allows us to
locate and include this link library. This is mostly needed for flang
runtime and associated unittests. Clang implicitly uses this library
while calling lld-link via clang driver however a standalone call to
lld-link doesnt link against clang_rt library on its own.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Not sure why pre-commit CI is not triggered for this? Should I send a new change and discard this one. BTW, I used arc diff to create and submit this change.
Comment Actions
I also don't know why the CI was not triggered. If it is alrite, please send a new change.