================
@@ -43,7 +43,7 @@ module third {}
 // CHECK-NEXT:       "command-line": [
 // CHECK-NEXT:         "-cc1",
 // CHECK:              
"-fmodule-map-file=[[PREFIX]]/second/second/module.modulemap"
-// CHECK-NOT:          
"-fmodule-map-file=[[PREFIX]]/second/second/sub.modulemap"
+// CHECK-NEXT:         
"-fmodule-map-file=[[PREFIX]]/second/second/sub.modulemap"
----------------
jansvoboda11 wrote:

I think it's fairly important to not report those on command lines. On Darwin, 
we have one module map that includes lots of other module maps, so listing them 
all blows up the command line length (and is unnecessary).

https://github.com/llvm/llvm-project/pull/112015
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to