Reuse it for RISCVAsmBackend.cpp.
While there make the function return a pair of MCFixupKind to
remove static_casts elsewhere.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | ||
---|---|---|
113 | I get compile errors due to missing std::pair and std::make_pair. It looks like you need to add #include <utility> to this file. |
I get compile errors due to missing std::pair and std::make_pair. It looks like you need to add #include <utility> to this file.