Skip to content

Commit

Permalink
tv: tweak globalsAA string for latest LLVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Dec 16, 2024
1 parent 2f7ede8 commit 50d8376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tv/tv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ const char* nop_pass_prefixes[] {
};

const char* terminate_execution[] {
"RequireAnalysisPass<GlobalsAA, Module>",
"RequireAnalysisPass<llvm::GlobalsAA",
};

bool is_unsupported_pass(const llvm::StringRef &pass0) {
Expand Down

0 comments on commit 50d8376

Please sign in to comment.