<div dir="ltr">How can I dump the contents of a module (.pcm) file in a human-readable form for debugging? I'd like to at least see the exported symbols.<div><br></div><div><a href="https://clang.llvm.org/docs/PCHInternals.html">Precompiled Header and Modules Internals</a> mentions that the llvm-objdump utility provides a -raw-clang-ast option but running<br></div><div><br></div><div>  llvm-objdump -raw-clang-ast test.pcm</div><div><br></div><div>gives the error:</div><div><br></div><div>  The file was not recognized as a valid object file<br></div><div><br></div><div>Thanks,</div><div>Victor</div></div>