Skip to content

Commit

Permalink
See if test hangs are due to NewPM
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed May 4, 2023
1 parent 29b29b8 commit 1d9e2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jitlayers.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ struct OptimizationOptions {

// LLVM's new pass manager is scheduled to replace the legacy pass manager
// for middle-end IR optimizations.
#if JL_LLVM_VERSION >= 150000
#if defined(HAS_SANITIZER) && JL_LLVM_VERSION >= 150000
#define JL_USE_NEW_PM
#endif

Expand Down

0 comments on commit 1d9e2e7

Please sign in to comment.