Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit 204915d

Browse files
author
Dylan McKay
committed
Order source files alphabetically in CMakeLists
1 parent 5217a40 commit 204915d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/Target/AVR/MCTargetDesc/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
add_llvm_library(LLVMAVRDesc
22
AVRAsmBackend.cpp
3-
AVRMCAsmInfo.cpp
4-
AVRMCCodeEmitter.cpp
5-
AVRMCExpr.cpp
63
AVRELFObjectWriter.cpp
74
AVRELFStreamer.cpp
5+
AVRMCAsmInfo.cpp
86
AVRMCCodeEmitter.cpp
7+
AVRMCExpr.cpp
98
AVRMCTargetDesc.cpp
109
AVRTargetStreamer.cpp
1110
)

0 commit comments

Comments
 (0)