Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 8978a7c

Browse files
[libLTO] Expose LLVMCreateDisasmCPUFeatures from libLTO
The export file of libLTO should has all the interfaces declared in llvm-c/lto.h and llvm-c/Disassembler.h but LLVMCreateDisasmCPUFeatures is missing from the list. Export the C API to be consistant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343124 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d6ac1b4 commit 8978a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/lto/lto.exports

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ LLVMCreateDisasmCPU
4646
LLVMDisasmDispose
4747
LLVMDisasmInstruction
4848
LLVMSetDisasmOptions
49+
LLVMCreateDisasmCPUFeatures
4950
thinlto_create_codegen
5051
thinlto_codegen_dispose
5152
thinlto_codegen_add_module

0 commit comments

Comments
 (0)