[PATCH] D93372: [CSKY 3/n] Add bare-bones C-SKY MCTargetDesc
Zixuan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 17 00:10:09 PST 2020
zixuan-wu added inline comments.
================
Comment at: llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.h:12
+
+#include "MCTargetDesc/CSKYMCTargetDesc.h"
+#include "llvm/MC/MCAsmBackend.h"
----------------
rengolin wrote:
> Do you really need this include here?
Yes, class MCTargetOptions is introduced by it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93372/new/
https://reviews.llvm.org/D93372
More information about the llvm-commits
mailing list