[compiler-rt] [compiler-rt] Add CMake option to enable execute-only code generation on AArch64 (PR #140555)

Csanád Hajdú via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 01:04:46 PDT 2025


================
@@ -15,7 +15,11 @@
 
 #define REGISTER_SAVE_SPACE_SIZE     32 * 24
 
+#if defined(COMPILER_RT_EXECUTE_ONLY_CODE)
----------------
Il-Capitano wrote:

Good point, I think I was being too conservative with adding extra includes. Fixed now in both files.

https://github.com/llvm/llvm-project/pull/140555


More information about the llvm-commits mailing list