[compiler-rt] [compiler-rt] Add CMake option to enable execute-only code generation on AArch64 (PR #140555)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 14:19:52 PDT 2025
=?utf-8?q?Csan=C3=A1d_Hajd=C3=BA?= <csanad.hajdu at arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/140555 at github.com>
================
@@ -15,7 +15,11 @@
#define REGISTER_SAVE_SPACE_SIZE 32 * 24
+#if defined(COMPILER_RT_EXECUTE_ONLY_CODE)
----------------
arichardson wrote:
Why can;t we include the assembly.h header file here and use TEXT_SECTION?
https://github.com/llvm/llvm-project/pull/140555
More information about the llvm-commits
mailing list