Common: Work around LLVM LTO inline asm issue

LLVM bug 61991.
This commit is contained in:
Stenzek 2024-12-30 02:57:20 +10:00
parent d65ae6ce00
commit 4e928d7ce1
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ asm(
asm(
"\t.global " PREFIX "fastjmp_set\n"
"\t.global " PREFIX "fastjmp_jmp\n"
"\t.attribute arch, \"rv64gc\"\n"
"\t.text\n"
"\t.align 16\n"
"\t" PREFIX "fastjmp_set:" R"(