[compiler-rt] [compiler-rt] Add CMake option to enable execute-only code generation on AArch64 (PR #140555)
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 01:16:44 PDT 2025
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>,
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>,
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>,
=?utf-8?q?Csanád_Hajdú?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/140555 at github.com>
petrhosek wrote:
I'd prefer naming the option `RUNTIMES_EXECUTE_ONLY_CODE` over `LLVM_EXECUTE_ONLY_CODE` to differentiate between options that apply to runtimes vs options that apply to LLVM itself. This is a convention we're starting to apply elsewhere (see for example https://github.com/llvm/llvm-project/pull/134893) and was also suggested by @ldionne in https://discourse.llvm.org/t/rfc-execute-only-code-support-for-runtime-libraries-on-aarch64/86180/4.
https://github.com/llvm/llvm-project/pull/140555
More information about the llvm-commits
mailing list