[PATCH] D98517: [M68k] Make M68k TargetMachine use getter function

Ricky Taylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 13:37:12 PST 2021


ricky26 marked an inline comment as done.
ricky26 added inline comments.


================
Comment at: llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp:15
 #include "M68kMCTargetDesc.h"
-
-#include "M68kMCAsmInfo.h"
-
+#include "../TargetInfo/M68kTargetInfo.h"
 #include "M68kInstPrinter.h"
----------------
RKSimon wrote:
> Interestingly X86MCTargetDesc.cpp doesn't need the "../" - are we missing an include path somewhere?
It looks like I'd done that myself unnecessarily. It compiles without the "../".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98517



More information about the llvm-commits mailing list