[clang] [clang][modules] Avoid calling expensive `SourceManager::translateFile()` (PR #86216)
Ben Langmuir via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 25 14:38:12 PDT 2024
================
@@ -71,6 +71,7 @@
// CHECK-NEXT: "context-hash": "{{.*}}",
// CHECK-NEXT: "file-deps": [
// CHECK-NEXT: "[[PREFIX]]/first/module.modulemap",
+// CHECK-NEXT: "[[PREFIX]]/second/module.modulemap",
----------------
benlangmuir wrote:
Why did this change?
https://github.com/llvm/llvm-project/pull/86216
More information about the cfe-commits
mailing list