[clang] Reland Print library module manifest path again (PR #84881)

Arthur Laurent via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 17 09:26:19 PDT 2024


Arthapz wrote:

How do we use this ?
i tried 
```
> /opt/llvm-git/usr/bin/clang -std=c++23 -stdlib=libc++ -print-library-module-manifest-path
<NOT PRESENT>
```

and 

```
> /opt/llvm-git/usr/bin/clang -std=c++23 -stdlib=libc++ -print-library-module-manifest-path -resource-dir=/opt/llvm-git/usr/lib
<NOT PRESENT>
```
but no manifest path is returned

```
> fd .json /opt/llvm-git/usr/lib
/opt/llvm-git/usr/lib/libc++.modules.json
```

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


More information about the cfe-commits mailing list