[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)
commit6562bd9ee032fcf19907027f36ae7f87da0fcf80
treeac04f573e4f6708d597a48aec2d4bd50469e4db0
parente705624cff2913b66c65023228634ead445e2c20
[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.

llvm-svn: 343124
llvm/tools/lto/lto.exports