When embedding bitcode, only a subset of the arguments should be recorded into
the bitcode compilation command line. The frontend job is split into two jobs,
one which will generate the bitcode. Ensure that the arguments for the
compilation to bitcode is properly stripped so that the embedded arguments are
the permitted subset.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks for doing this!
Can you add some test cases just to be complete? Other than that, LGTM!