llvm-project
d2a7a249
- Add __attribute__((retain)) to LLVM_DUMP_METHOD (#133025)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
310 days ago
Add __attribute__((retain)) to LLVM_DUMP_METHOD (#133025) Without the retain attribute the dump functions will be stripped when LLVM is compiled with `-ffunction-section -Wl,--gc-sections` on ELF-based systems.
References
#133025 - Add __attribute__((retain)) to LLVM_DUMP_METHOD
Author
MatzeB
Parents
a942d7f8
Loading