[PATCH] D127568: [RISCV][MC] Delete unnecessary code section align
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 15:20:57 PDT 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVSubtarget.cpp:22
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Target/TargetLoweringObjectFile.h"
----------------
This is the only change in this file. Is it needed?
================
Comment at: llvm/lib/Target/RISCV/RISCVTargetObjectFile.h:13
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
+#include "llvm/MC/MCObjectFileInfo.h"
----------------
There no changes to this file other than include, is it really needed here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127568/new/
https://reviews.llvm.org/D127568
More information about the llvm-commits
mailing list