[clang] [clang][deps] Stop sorting file dependencies (PR #114079)
Ben Langmuir via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 29 09:33:52 PDT 2024
================
@@ -34,8 +34,8 @@ module mod { header "mod.h" }
// CHECK: ],
// CHECK-NEXT: "context-hash": "[[HASH_MOD:.*]]",
// CHECK-NEXT: "file-deps": [
-// CHECK-NEXT: "[[PREFIX]]/mod.h"
-// CHECK-NEXT: "[[PREFIX]]/module.modulemap"
+// CHECK-DAG: "[[PREFIX]]/mod.h"
----------------
benlangmuir wrote:
I'm concerned that making all the tests use CHECK-DAG for dependencies will hide non-deterministic output in the future.
https://github.com/llvm/llvm-project/pull/114079
More information about the cfe-commits
mailing list