[PATCH] D52252: Driver: render arguments for the embedded bitcode correctly
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 18 15:48:47 PDT 2018
compnerd created this revision.
compnerd added a reviewer: steven_wu.
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.
Repository:
rC Clang
https://reviews.llvm.org/D52252
Files:
include/clang/Basic/DiagnosticDriverKinds.td
lib/Driver/ToolChains/Clang.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52252.166045.patch
Type: text/x-patch
Size: 7653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180918/585ee162/attachment.bin>
More information about the cfe-commits
mailing list