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

Dan Gohman gohman at apple.com
Wed Aug 25 11:22:12 PDT 2010


Author: djg
Date: Wed Aug 25 13:22:12 2010
New Revision: 112068

URL: http://llvm.org/viewvc/llvm-project?rev=112068&view=rev
Log:
Fix a few missing entries in lto.exports.

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=112068&r1=112067&r2=112068&view=diff
==============================================================================
--- llvm/trunk/tools/lto/lto.exports (original)
+++ llvm/trunk/tools/lto/lto.exports Wed Aug 25 13:22:12 2010
@@ -21,4 +21,7 @@
 lto_codegen_set_pic_model
 lto_codegen_write_merged_modules
 lto_codegen_debug_options
+lto_codegen_set_assembler_args
 lto_codegen_set_assembler_path
+lto_codegen_set_cpu
+lto_codegen_set_gcc_path





More information about the llvm-commits mailing list