Skip to content

Commit

Permalink
Potential hacky fix for 64 bit windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Jul 21, 2024
1 parent c096d64 commit 3078832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jitlayers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@ static void jl_decorate_module(Module &M) {
// This used to be GV, but with https://reviews.llvm.org/D100944 we no longer can emit GV into `.text`
// TODO: The data is set in debuginfo.cpp but it should be okay to actually emit it here.
M.appendModuleInlineAsm("\
.section .text \n\
.section .ltext,\"ax\",@progbits \n\
.type __UnwindData,@object \n\
.p2align 2, 0x90 \n\
__UnwindData: \n\
Expand Down

0 comments on commit 3078832

Please sign in to comment.