vgvassilev wrote: > @vgvassilev -- Does clang-repl ever consume PCHs in a context where it > couldn't just regenerate them from source with the correct code & relocation > model?
It does. But there we can do the opposite -- we can look how to pch was built and start clang-repl with these flags. This is what cling does. cc: @jeaye https://github.com/llvm/llvm-project/pull/201286 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
