Skip to content

Commit

Permalink
Remove FIXME comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Durov committed Oct 12, 2024
1 parent 1cf8ba2 commit c98ba85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Transforms/Yk/BasicBlockTracer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ struct YkBasicBlockTracer : public ModulePass {
uint32_t FunctionIndex = 0;
for (auto &F : M) {
uint32_t BlockIndex = 0;
// FIXME: This cause the ykjit to crash when executing compiled
// trace at: https://github.com/ykjit/yk/blob/master/ykrt/src/mt.rs#L366
// Skip cloned functions
if (F.getName().startswith(YK_CLONE_PREFIX)) {
continue;
}
Expand Down

0 comments on commit c98ba85

Please sign in to comment.