[PATCH] D132421: [HLSL] Support PCH for cc1 mode
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 2 13:12:23 PDT 2022
python3kgae added inline comments.
================
Comment at: clang/lib/Sema/HLSLExternalSemaSource.cpp:78
+ // ExternalAST path.
+ // PrevRecord->setHasExternalLexicalStorage();
+ if (PrevRecord->isCompleteDefinition()) {
----------------
If comment this line out. The test will pass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132421/new/
https://reviews.llvm.org/D132421
More information about the cfe-commits
mailing list