[PATCH] D143615: [clang][deps] NFC: Refactor inferred modules test

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 8 16:48:42 PST 2023


jansvoboda11 added inline comments.


================
Comment at: clang/test/ClangScanDeps/modules-inferred.m:54
+// CHECK-NEXT:             {
+// CHECK-NEXT:               "context-hash": "{{.*}}",
+// CHECK-NEXT:               "module-name": "Inferred"
----------------
benlangmuir wrote:
> Why did this drop checking `HASH_INFERRED`?
It seems unnecessary, since we only have one version of "Inferred". Also, we have other tests that specifically check that context hashes match.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143615



More information about the cfe-commits mailing list