llvm-capstone/libc/startup
Mikhail R. Gadelha b0272d8ec3 [libc] Fix set_thread_ptr call in rv32 start up code
This patch changes the instruction in set_thread_ptr from ld to mv,
as rv32 doesn't have the ld instruction, and mv is supported by both
rv32 and rv64.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D159110
2023-08-30 11:30:56 -03:00
..
gpu [libc] Treat the locks array as a bitfield 2023-07-21 10:49:11 -05:00
linux [libc] Fix set_thread_ptr call in rv32 start up code 2023-08-30 11:30:56 -03:00
CMakeLists.txt