[clang] 025166c - [Remarks] Add bitstream to the list of supported formats in clang

Francis Visoiu Mistrih via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 28 13:08:16 PDT 2019


Author: Francis Visoiu Mistrih
Date: 2019-10-28T13:08:05-07:00
New Revision: 025166cf48002317086db84f3a6eb7a2e2c10df2

URL: https://github.com/llvm/llvm-project/commit/025166cf48002317086db84f3a6eb7a2e2c10df2
DIFF: https://github.com/llvm/llvm-project/commit/025166cf48002317086db84f3a6eb7a2e2c10df2.diff

LOG: [Remarks] Add bitstream to the list of supported formats in clang

Added: 
    

Modified: 
    clang/docs/UsersManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index de28d7767151..230dbd94201b 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -339,6 +339,8 @@ output format of the diagnostics that it generates.
    -  .. _opt_fsave_optimization_record_yaml:
 
       ``-fsave-optimization-record=yaml``: A structured YAML format.
+      ``-fsave-optimization-record=bitstream``: A binary format based on LLVM
+      Bitstream.
 
 .. _opt_foptimization-record-file:
 


        


More information about the cfe-commits mailing list