Skip to content

Commit fee5633

Browse files
Jameson Nashvchuravy
authored andcommitted
[EE] CompilerUsed instead of Used
1 parent 7caabf5 commit fee5633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jitlayers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ static void jl_add_to_ee(std::unique_ptr<Module> m)
10451045
ConstantAggregateZero::get(atype), "__catchjmp") };
10461046
gvs[0]->setSection(".text");
10471047
gvs[1]->setSection(".text");
1048-
appendToUsed(*m, makeArrayRef((GlobalValue**)gvs, 2));
1048+
appendToCompilerUsed(*m, makeArrayRef((GlobalValue**)gvs, 2));
10491049
#endif
10501050
jl_jit_share_data(*m);
10511051
assert(jl_ExecutionEngine);

0 commit comments

Comments
 (0)