llvm-project/clang/include
Saleem Abdulrasool 51313bc6d9 Driver: render arguments for the embedded bitcode correctly
When embedding bitcode, only a subset of the arguments should be recorded into
the bitcode compilation commandline.  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.

llvm-svn: 342929
2018-09-24 23:50:02 +00:00
..
clang Driver: render arguments for the embedded bitcode correctly 2018-09-24 23:50:02 +00:00
clang-c [CodeComplete] Add completions for filenames in #include directives. 2018-09-18 08:40:41 +00:00
CMakeLists.txt