From 82eec45b00ae42c6221e6e8d7886c36cc75b1efb Mon Sep 17 00:00:00 2001 From: Nick Kledzik Date: Mon, 7 Jul 2008 23:24:06 +0000 Subject: [PATCH] add _lto_codegen_debug_options so that linker can use it git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53213 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lto/lto.exports | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lto/lto.exports b/tools/lto/lto.exports index 415cbbe25ba..aff755937b5 100644 --- a/tools/lto/lto.exports +++ b/tools/lto/lto.exports @@ -19,4 +19,5 @@ _lto_codegen_dispose _lto_codegen_set_debug_model _lto_codegen_set_pic_model _lto_codegen_write_merged_modules +_lto_codegen_debug_options