llvm-capstone/libc/startup
Joseph Huber abd85cd473
[libc] Remove the optional arguments for NVPTX constructors (#69536)
Summary:
We call the global constructors by function pointer. For whatever reason
the NVPTX architecture relies very specifically on the arguments to the
function pointer invocation matching what the function is implemented
as. This is problematic as most of these constructors are generated
with no arguments. This patch removes the extended arguments that GNU
and LLVM use for the constructors optionally so that it can support the
common case.
2023-11-20 17:10:15 -06:00
..
gpu [libc] Remove the optional arguments for NVPTX constructors (#69536) 2023-11-20 17:10:15 -06:00
linux [libc] Add x86-64 stack protector support. 2023-10-04 14:18:23 -07:00
CMakeLists.txt