Skip to content

Commit 5ae6609

Browse files
committed
Change order of files in CMake configuration. [NFC]
1 parent 624b683 commit 5ae6609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ add_llvm_component_library(LLVMRISCVDesc
33
RISCVBaseInfo.cpp
44
RISCVELFObjectWriter.cpp
55
RISCVInstPrinter.cpp
6-
RISCVMachObjectWriter.cpp
76
RISCVMCAsmInfo.cpp
87
RISCVMCCodeEmitter.cpp
98
RISCVMCExpr.cpp
109
RISCVMCObjectFileInfo.cpp
1110
RISCVMCTargetDesc.cpp
11+
RISCVMachObjectWriter.cpp
1212
RISCVMatInt.cpp
1313
RISCVTargetStreamer.cpp
1414
RISCVELFStreamer.cpp

0 commit comments

Comments
 (0)