[clang] [clang][modules] Print library module manifest path. (PR #76451)

Mark de Wever via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 27 10:34:28 PST 2023


================
@@ -0,0 +1,15 @@
+// Test that -print-library-module-manifest-path finds the correct file.
+
+// RUN: %clang -print-library-module-manifest-path \
----------------
mordante wrote:

I wasn't aware of that. I got used to using one dash using clang.

https://github.com/llvm/llvm-project/pull/76451


More information about the cfe-commits mailing list