[clang] [clang][modules] Print library module manifest path. (PR #76451)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 18 11:23:40 PST 2024
================
@@ -0,0 +1,15 @@
+// Test that -print-library-module-manifest-path finds the correct file.
+
+// RUN: %clang -print-library-module-manifest-path \
----------------
MaskRay wrote:
A lot of new options do support only the `--` form. For `--print-*` options, many support both `-` and `--`. Since it's difficult to remember, I think supporting both for the new option is fine.
https://github.com/llvm/llvm-project/pull/76451
More information about the cfe-commits
mailing list