[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 09:10:06 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:

They work with one or two dashes, `Flag<["-", "--"]`, in `Options.td` does that. This option does the same.

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


More information about the cfe-commits mailing list