[llvm] r363151 - [Legacy LTO] Fix build bots: r363140: Fix export name
Ben Dunbobbin via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 05:17:50 PDT 2019
Author: bd1976llvm
Date: Wed Jun 12 05:17:49 2019
New Revision: 363151
URL: http://llvm.org/viewvc/llvm-project?rev=363151&view=rev
Log:
[Legacy LTO] Fix build bots: r363140: Fix export name
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=363151&r1=363150&r2=363151&view=diff
==============================================================================
--- llvm/trunk/tools/lto/lto.exports (original)
+++ llvm/trunk/tools/lto/lto.exports Wed Jun 12 05:17:49 2019
@@ -73,6 +73,6 @@ thinlto_module_get_num_object_files
thinlto_module_get_object_file
thinlto_set_generated_objects_dir
lto_input_create
-lto_input_destroy
+lto_input_dispose
lto_input_get_num_dependent_libraries
lto_input_get_dependent_library
More information about the llvm-commits
mailing list