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

Thorsten Schütt via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 27 08:51:42 PST 2023


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

--print-runtime-dir, --print-target-triple,  --print-supported-cpus, and --print-supported-extensions take 2 dashes.

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


More information about the cfe-commits mailing list