Skip to content

Commit 223e81c

Browse files
committed
Address shafik's review feedback
This change was enabled by #161110. Previously, it was not possible to disable reading the standard modules manifest with `-nostdlib`.
1 parent abbef3f commit 223e81c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/Driver/modules-driver-dep-graph.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
// RUN: | sed 's:\\\\\?:/:g' \
1313
// RUN: | FileCheck -DPREFIX=%/t --check-prefixes=CHECK %s
1414

15+
// CHECK: clang: remark: standard modules manifest file not found; import of standard library modules not supported [-Rmodules-driver]
16+
1517
// CHECK: clang: remark: printing module dependency graph [-Rmodules-driver]
1618
// CHECK-NEXT: digraph "Module Dependency Graph" {
1719
// CHECK-NEXT: label="Module Dependency Graph";

0 commit comments

Comments
 (0)