diff options
| author | Mészáros Gergely <gergely.meszaros@intel.com> | 2024-10-23 14:33:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-23 14:33:43 +0200 |
| commit | eb9af19fbf13b91c9df8d6dc8553277169976520 (patch) | |
| tree | f4635348cfa80e28b45901a620eac18edce0bbc7 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | ba19e98ca5e4fbc05429edd96e09b5c75df57e3c (diff) | |
[clang-repl][CMake][MSVC] Wrap /EXPORT linker option for ICX (#112867)
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).
Use the `LINKER:` prefix for the `/EXPORT:` options in clang-repl, this
expands to the correct flag for ICX and nothing for MSVC / clang-cl.
RFC:
https://discourse.llvm.org/t/rfc-cmake-linker-flags-need-wl-equivalent-for-intel-c-icx-on-windows/82446
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
