================
@@ -737,6 +737,7 @@ lltok::Kind LLLexer::LexIdentifier() {
KEYWORD(live);
KEYWORD(dsoLocal);
KEYWORD(canAutoHide);
+ KEYWORD(importAsDec);
----------------
jvoung wrote:
Ah I see, yes that makes sense.
https://github.com/llvm/llvm-project/pull/87597