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 b42f553 commit ad9f38dCopy full SHA for ad9f38d
clang/test/Modules/no-transitive-source-location-change.cppm
@@ -1,6 +1,9 @@
1
// Testing that adding a new line in a module interface unit won't cause the BMI
2
// of consuming module unit changes.
3
//
4
+// RUN: rm -rf %t
5
+// RUN: split-file %s %t
6
+//
7
// RUN: %clang_cc1 -std=c++20 %t/A.cppm -emit-reduced-module-interface -o %t/A.pcm
8
// RUN: %clang_cc1 -std=c++20 %t/A.v1.cppm -emit-reduced-module-interface -o %t/A.v1.pcm
9
0 commit comments