We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7caabf5 commit fee5633Copy full SHA for fee5633
src/jitlayers.cpp
@@ -1045,7 +1045,7 @@ static void jl_add_to_ee(std::unique_ptr<Module> m)
1045
ConstantAggregateZero::get(atype), "__catchjmp") };
1046
gvs[0]->setSection(".text");
1047
gvs[1]->setSection(".text");
1048
- appendToUsed(*m, makeArrayRef((GlobalValue**)gvs, 2));
+ appendToCompilerUsed(*m, makeArrayRef((GlobalValue**)gvs, 2));
1049
#endif
1050
jl_jit_share_data(*m);
1051
assert(jl_ExecutionEngine);
0 commit comments