Skip to content

Commit

Permalink
[RISCV] Remove unused include in RISCVMCTargetDesc.h (llvm#98790)
Browse files Browse the repository at this point in the history
Goes in hand with llvm#97130, split out to figure out CI fails. Should just
build whatever subprojects utilize the `RISCVMCTargetDesc.h` header and
it should build & test just like normal.

Co-authored-by: pca006132 <[email protected]>
  • Loading branch information
2 people authored and sgundapa committed Jul 23, 2024
1 parent 2c80849 commit bfb1c19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#ifndef LLVM_LIB_TARGET_RISCV_MCTARGETDESC_RISCVMCTARGETDESC_H
#define LLVM_LIB_TARGET_RISCV_MCTARGETDESC_RISCVMCTARGETDESC_H

#include "llvm/Config/config.h"
#include "llvm/MC/MCTargetOptions.h"
#include "llvm/Support/DataTypes.h"
#include <memory>
Expand Down

0 comments on commit bfb1c19

Please sign in to comment.