[llvm] [ThinLTO]Record import type (declaration or definition) in GlobalValueSummary::GVFlags (PR #87597)
Jan Voung via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 12:20:36 PDT 2024
================
@@ -737,6 +737,7 @@ lltok::Kind LLLexer::LexIdentifier() {
KEYWORD(live);
KEYWORD(dsoLocal);
KEYWORD(canAutoHide);
+ KEYWORD(importAsDec);
----------------
jvoung wrote:
Yes, my feeling is 1 would be more natural too. Thanks!
https://github.com/llvm/llvm-project/pull/87597
More information about the llvm-commits
mailing list