[PATCH] D66795: [Mips] Use appropriate private label prefix based on Mips ABI

Mirko Brkusanin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 18 08:23:22 PDT 2019


mbrkusanin added a comment.

In D66795#1650305 <https://reviews.llvm.org/D66795#1650305>, @atanasyan wrote:

> But take a look at `LLVMCreateDisasmCPUFeatures` function from `Disassembler.cpp`. If we cannot retrieve `MCTargetOptions` right in this function, we will have to change "LLVM-C" interface `LLVMCreateDisasmCPUFeatures` function.


As far as I can tell there is currently no way to specify ABI from C interface. So I just made empty `MCTargetOptions`. Same with other cases where it was needed. Some places like `llvm-mca.cpp` had required options available so there we could initialize `MCTargetOptions`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66795/new/

https://reviews.llvm.org/D66795





More information about the cfe-commits mailing list