diff options
| author | Mészáros Gergely <gergely.meszaros@intel.com> | 2025-01-28 13:49:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 13:49:37 +0100 |
| commit | e1b5826c2b9dafbdf627b2abbf0157ae12306657 (patch) | |
| tree | 13345e15b1841d6276de95e9eb9d03b82f5c36a9 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | c0861e9cbbc3b342e49a8688cdc15aa7c8e9f29a (diff) | |
[LLVM][CMake][MSVC] Wrap linker options for ICX with LLVM_BUILD_INSTUMENTED (#124573)
RFC:
https://discourse.llvm.org/t/rfc-cmake-linker-flags-need-wl-equivalent-for-intel-c-icx-on-windows/82446
The Intel C++ Compiler (ICX) passes linker flags through the driver
unlike MSVC and clang-cl, and therefore needs them to be prefixed with
`/Qoption,link` (the equivalent of `-Wl,` for gcc on *nix).
Previous PRs did not catch this because I did not try building with
`LLVM_BUILD_INSTRUMENTED=ON`.
`CMAKE_CXX_LINKER_WRAPPER_FLAG` is empty for plain clang-cl (icx on
windows behaves as clang-cl), so this is NFC for clang-cl.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
