[PATCH] D100619: [ASTReader] Only mark module out of date if not already compiled

Ben Barham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 16 15:23:17 PDT 2021


bnbarham added inline comments.


================
Comment at: clang/test/Modules/Inputs/error/error.h:1
+#pragma mark mark
+
----------------
akyrtzi wrote:
> Is this pragma relevant for the test?
I'll double check but I believe assertions are hit regardless, but with assertions off the test doesn't crash. Adding the #pragma causes it to crash.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100619/new/

https://reviews.llvm.org/D100619



More information about the cfe-commits mailing list