Skip to content
  • Adrian Prantl's avatar
    fb2398d0
    Make the clang module container format selectable from the command line. · fb2398d0
    Adrian Prantl authored
    - introduces a new cc1 option -fmodule-format=[raw,obj]
      with 'raw' being the default
    - supports arbitrary module container formats that libclang is agnostic to
    - adds the format to the module hash to avoid collisions
    - splits the old PCHContainerOperations into PCHContainerWriter and
      a PCHContainerReader.
    
    Thanks to Richard Smith for reviewing this patch!
    
    llvm-svn: 242499
    fb2398d0
    Make the clang module container format selectable from the command line.
    Adrian Prantl authored
    - introduces a new cc1 option -fmodule-format=[raw,obj]
      with 'raw' being the default
    - supports arbitrary module container formats that libclang is agnostic to
    - adds the format to the module hash to avoid collisions
    - splits the old PCHContainerOperations into PCHContainerWriter and
      a PCHContainerReader.
    
    Thanks to Richard Smith for reviewing this patch!
    
    llvm-svn: 242499
Loading