This makes M68k match other platforms in this regard.
This was done as part of the AsmParser/Disassembler work since the entry functions of those modules usually reference getTheXXXTarget().
Paths
| Differential D98517
[M68k] Make M68k TargetMachine use getter function ClosedPublic Authored by ricky26 on Mar 12 2021, 8:46 AM.
Details Summary This makes M68k match other platforms in this regard. This was done as part of the AsmParser/Disassembler work since the entry functions of those modules usually reference getTheXXXTarget().
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 13 2021, 4:06 AM This revision was landed with ongoing or failed builds.Mar 14 2021, 11:54 AM Closed by commit rG9f015757de7c: [M68k] Make M68k TargetMachine use getter function (authored by ricky26, committed by myhsu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 330525 llvm/lib/Target/M68k/M68kAsmPrinter.cpp
llvm/lib/Target/M68k/M68kTargetMachine.cpp
llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.h
llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp
llvm/lib/Target/M68k/TargetInfo/M68kTargetInfo.h
llvm/lib/Target/M68k/TargetInfo/M68kTargetInfo.cpp
|
Interestingly X86MCTargetDesc.cpp doesn't need the "../" - are we missing an include path somewhere?