[llvm] [LLVM][CMake] Set LANG to "C" before linker detection. (PR #95913)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 07:07:17 PDT 2024
s-barannikov wrote:
How about
```
execute_process(
COMMAND ${CMAKE_COMMAND} -E env LANG=C ${command}
...
)
```
would that solve the issue?
https://github.com/llvm/llvm-project/pull/95913
More information about the llvm-commits
mailing list