[PATCH] D57976: -gmodules: Don't emit incomplete breadcrumbs pointing to nonexistant PCM files.
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 11 16:06:18 PST 2019
dblaikie added a comment.
This, I guess, is part of the impact of moving towards explicit modules (-fmodule-name is for building a module with that name, right?)?
With explicit modules there is the option for modular code generation - which doesn't require any specific DWARF consumer support (so should "just work" - if you've a build system you can teach to generate a .o file from the .pcm, and link that .o with everything else)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57976/new/
https://reviews.llvm.org/D57976
More information about the cfe-commits
mailing list