[llvm] [ThinLTO]Record import type (declaration or definition) in GlobalValueSummary::GVFlags (PR #87597)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 13:35:01 PDT 2024
================
@@ -737,6 +737,7 @@ lltok::Kind LLLexer::LexIdentifier() {
KEYWORD(live);
KEYWORD(dsoLocal);
KEYWORD(canAutoHide);
+ KEYWORD(importAsDec);
----------------
teresajohnson wrote:
Remind me - what is the summary import case?
https://github.com/llvm/llvm-project/pull/87597
More information about the llvm-commits
mailing list