[clang] [llvm] [JITLink][AArch32] Implement Armv5 ldr-pc stubs and use them for all pre-v7 targets (PR #79082)
Stefan Gränitz via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 23 06:58:31 PST 2024
================
@@ -23,7 +23,7 @@ if(CLANG_PLUGIN_SUPPORT)
export_executable_symbols_for_plugins(clang-repl)
endif()
-string(TOUPPER ${CMAKE_SYSTEM_PROCESSOR} system_processor)
+string(TOUPPER "${CMAKE_SYSTEM_PROCESSOR}" system_processor)
----------------
weliveindetail wrote:
(Unrelated change that is on mainline already)
https://github.com/llvm/llvm-project/pull/79082
More information about the cfe-commits
mailing list