Skip to content

Commit

Permalink
Merge pull request #7644 from 0xdaryl/tracealiases
Browse files Browse the repository at this point in the history
Require a JIT log file for TR_TraceAliases
  • Loading branch information
knn-k authored Feb 6, 2025
2 parents c5dbec1 + 04b9d15 commit 74871b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/control/OMROptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3895,6 +3895,7 @@ OMR::Options::requiresLogFile()
// note: enumerators with different word maps can't be or'ed together
//
if (self()->getAnyOption(TR_TraceAll) ||
self()->getAnyOption(TR_TraceAliases) ||
self()->getAnyOption(TR_TraceBBVA) ||
self()->getAnyOption(TR_TraceBVA) ||
self()->getAnyOption(TR_TraceCG) ||
Expand Down

0 comments on commit 74871b1

Please sign in to comment.