[llvm-commits] [llvm] r53213 - /llvm/trunk/tools/lto/lto.exports

Nick Kledzik kledzik at apple.com
Mon Jul 7 16:24:08 PDT 2008


Author: kledzik
Date: Mon Jul  7 18:24:06 2008
New Revision: 53213

URL: http://llvm.org/viewvc/llvm-project?rev=53213&view=rev
Log:
add _lto_codegen_debug_options so that linker can use it

Modified:
    llvm/trunk/tools/lto/lto.exports

Modified: llvm/trunk/tools/lto/lto.exports
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/lto.exports?rev=53213&r1=53212&r2=53213&view=diff

==============================================================================
--- llvm/trunk/tools/lto/lto.exports (original)
+++ llvm/trunk/tools/lto/lto.exports Mon Jul  7 18:24:06 2008
@@ -19,4 +19,5 @@
 _lto_codegen_set_debug_model
 _lto_codegen_set_pic_model
 _lto_codegen_write_merged_modules
+_lto_codegen_debug_options
 





More information about the llvm-commits mailing list