Files
llvm-project/llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
Wenju He a1cfcc45cb [CodeGen] add RuntimeLibraryInfoWrapper pass to addPassesToEmitMC (#174682)
Register RuntimeLibraryInfoWrapper with the pass manager, following the
change in 04c81a9973, so that codegen in JIT compiler using ORC JIT is
working correctly.
In our downstream target, memcpy was lowered to a loop because
RuntimeLibraryInfo was missing.
2026-01-09 09:30:15 +11:00

12 KiB