We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250d52d commit 6520631Copy full SHA for 6520631
clang/test/ClangScanDeps/optimize-canonicalize-macros.m
@@ -8,6 +8,9 @@
8
// RUN: -j 1 -format experimental-full -optimize-args=canonicalize-macros > %t/deps.db
9
// RUN: cat %t/deps.db | FileCheck %s -DPREFIX=%/t
10
11
+// This tests that we have two scanning module variants.
12
+// RUN: find %t/module-cache -name "*.pcm" | wc -l | grep 2
13
+
14
// Verify that there are only two variants and that the expected merges have
15
// happened.
16
0 commit comments