[cfe-dev] -fmodules-ts and codegen options

Boris Kolpackov via cfe-dev cfe-dev at lists.llvm.org
Fri Jun 2 01:22:36 PDT 2017


Hi David,

David Blaikie <dblaikie at gmail.com> writes:

> "This is in preparation for permitting -emit-obj to be used on a module
> interface unit to produce object code without going via a "full" PCM file"
> that the second issue you mention (generating the object directly during
> module creation) is in the works [...]

That sounds great. Just to make sure I am clear about what I am hoping for:

The ability to generate both .pcm and .o with a single compiler invocation
and being able to specify the output file names for both. Currently both
use the -o option (in separate invocations).

Thanks,
Boris



More information about the cfe-dev mailing list