Files
clang-p2996/llvm/lib/ObjCopy/ELF/ELFObject.cpp
Pranav Kant e142a55686 [llvm-objcopy] Remove references for empty section groups (#98106)
Otherwise, llvm-objcopy fails with use-after-free when built under
sanitizers. Simple repro: run the test
`ELF/remove-section-in-group.test` under asan. This is due to symbol
table references to empty section groups that must be removed.
2024-07-09 14:48:09 -07:00

106 KiB