mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-01 17:28:26 +00:00
856a0143b0
The BinaryHolder would query the archive member MemoryBuffer name to check if the current open archive also contains the next requested objectfile. This comparison was using a StringRef to a temporary buffer. It only happened with fat archives. This commit adds long-lived storage along with the MemoryBuffers for the fat archive filename. The added test would fail during an ASAN build without the fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268924 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
ARM | ||
Inputs | ||
X86 | ||
absolute_symbol.test | ||
arch-option.test | ||
archive-timestamp.test | ||
basic-linking.test | ||
debug-map-parsing.test | ||
dump-symtab.test | ||
fat-binary-output.test | ||
yaml-object-address-rewrite.test |