diff options
| author | Csanád Hajdú <csanad.hajdu@arm.com> | 2025-11-07 09:36:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-07 09:36:00 +0100 |
| commit | 927092b262e58a7f3d79fea615daecc60e61bdcb (patch) | |
| tree | c32ad30d9ed6221120fc06bd464c88f94c2d35fe /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
| parent | bac427a0f634bb2f34022efe3f20e7a3a8f1d369 (diff) | |
| download | llvm-927092b262e58a7f3d79fea615daecc60e61bdcb.zip llvm-927092b262e58a7f3d79fea615daecc60e61bdcb.tar.gz llvm-927092b262e58a7f3d79fea615daecc60e61bdcb.tar.bz2 | |
[Runtimes][CMake] Add CMake option to enable execute-only code generation on AArch64 (#143698)
Based on the discussion in
https://discourse.llvm.org/t/rfc-execute-only-code-support-for-runtime-libraries-on-aarch64/86180
a single, global configuration option should be used to enable
execute-only code generation for the runtime libraries. The new option
`RUNTIMES_EXECUTE_ONLY_CODE` adds the `-mexecute-only` flag to
`CMAKE_C_FLAGS` and `CMAKE_CXX_FLAGS`, which simplifies the
library-level configuration needed for the runtime libraries.
Project-specific changes are still needed to handle assembly sources,
e.g. in compiler-rt and libunwind.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions
