aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwarfutil
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2023-04-17 00:17:45 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2023-04-17 00:32:16 +0900
commit7d5d987e93bb4650d1dade41f0d5c5025ccb5b5c (patch)
tree866e4f2c0eb76fd8961b98ec53d9b7e3410c3fdf /llvm/tools/llvm-dwarfutil
parent20411c70298bad7101137ff309e180f7fdabea43 (diff)
downloadllvm-7d5d987e93bb4650d1dade41f0d5c5025ccb5b5c.zip
llvm-7d5d987e93bb4650d1dade41f0d5c5025ccb5b5c.tar.gz
llvm-7d5d987e93bb4650d1dade41f0d5c5025ccb5b5c.tar.bz2
[CMake] Reorder and reformat deps
Diffstat (limited to 'llvm/tools/llvm-dwarfutil')
-rw-r--r--llvm/tools/llvm-dwarfutil/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/llvm-dwarfutil/CMakeLists.txt b/llvm/tools/llvm-dwarfutil/CMakeLists.txt
index 42102505..9374ae0 100644
--- a/llvm/tools/llvm-dwarfutil/CMakeLists.txt
+++ b/llvm/tools/llvm-dwarfutil/CMakeLists.txt
@@ -3,9 +3,12 @@ tablegen(LLVM Options.inc -gen-opt-parser-defs)
add_public_tablegen_target(DwarfutilTableGen)
set(LLVM_LINK_COMPONENTS
- DebugInfoDWARF
+ AllTargetsCodeGens
+ AllTargetsDescs
+ AllTargetsInfos
DWARFLinker
DWARFLinkerParallel
+ DebugInfoDWARF
MC
ObjCopy
Object
@@ -13,9 +16,6 @@ set(LLVM_LINK_COMPONENTS
Support
Target
TargetParser
- AllTargetsCodeGens
- AllTargetsDescs
- AllTargetsInfos
)
add_llvm_tool(llvm-dwarfutil