OSDN Git Service

[libLTO] Expose LLVMCreateDisasmCPUFeatures from libLTO
authorSteven Wu <stevenwu@apple.com>
Wed, 26 Sep 2018 16:47:35 +0000 (16:47 +0000)
committerSteven Wu <stevenwu@apple.com>
Wed, 26 Sep 2018 16:47:35 +0000 (16:47 +0000)
commit3e753e700827c42017fc5450e890878309ca5b41
tree60c51fb716729db75cfd694ea43840be2788c24f
parent91c25dba637a08293daa9e649745131a61569b28
[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
tools/lto/lto.exports