-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvm: Update baseline to 2c5dd03f55030338139a16c7ce5b2f406531905c
- Loading branch information
1 parent
a8f31d5
commit 4fb3f28
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llvm-project
updated
22 files
+37 −37 | lld/ELF/Arch/AArch64.cpp | |
+2 −2 | lld/ELF/Arch/AMDGPU.cpp | |
+168 −161 | lld/ELF/Arch/ARM.cpp | |
+25 −25 | lld/ELF/Arch/AVR.cpp | |
+5 −5 | lld/ELF/Arch/Hexagon.cpp | |
+13 −13 | lld/ELF/Arch/LoongArch.cpp | |
+4 −4 | lld/ELF/Arch/MSP430.cpp | |
+149 −146 | lld/ELF/Arch/Mips.cpp | |
+60 −56 | lld/ELF/Arch/PPC.cpp | |
+93 −91 | lld/ELF/Arch/PPC64.cpp | |
+15 −15 | lld/ELF/Arch/RISCV.cpp | |
+8 −8 | lld/ELF/Arch/SPARCV9.cpp | |
+15 −15 | lld/ELF/Arch/SystemZ.cpp | |
+5 −5 | lld/ELF/Arch/X86.cpp | |
+11 −11 | lld/ELF/Arch/X86_64.cpp | |
+8 −7 | lld/ELF/OutputSections.cpp | |
+78 −73 | lld/ELF/SyntheticSections.cpp | |
+12 −10 | lld/ELF/Target.h | |
+149 −139 | lld/ELF/Thunks.cpp | |
+1 −1 | lld/ELF/Thunks.h | |
+5 −0 | llvm/unittests/ExecutionEngine/Orc/JITLinkRedirectionManagerTest.cpp | |
+5 −0 | llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp |