llvm-capstone/libc/startup
Schrodinger ZHU Yifan 0fe20aa45e
[libc] support PIE relocations (#78993)
For some reasons, we are using `-fpie`
(libc/cmake/modules/LLVMLibCObjectRules.cmake:31) without supporting it.
According to @lntue, some of the hermetic tests are broken without
proper PIE support. This patch implements basic relocations support for
PIE.
2024-01-22 12:45:35 -05:00
..
gpu [libc] Remove the optional arguments for NVPTX constructors (#69536) 2023-11-20 17:10:15 -06:00
linux [libc] support PIE relocations (#78993) 2024-01-22 12:45:35 -05:00
CMakeLists.txt