summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-12-08 14:10:57 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-12-08 14:10:57 +0000
commitbf177380aba31d09d6ed4684a4cee7a17c04f890 (patch)
tree2044865d34ee78e89602d8900cb00b484b3b8d42 /llvm/unittests/DebugInfo/DWARF
parentf08dc90253f45a60c1a8304d9515006231940bef (diff)
downloadbcm5719-llvm-bf177380aba31d09d6ed4684a4cee7a17c04f890.tar.gz
bcm5719-llvm-bf177380aba31d09d6ed4684a4cee7a17c04f890.zip
DebugInfoDWARFTests: Reorder LLVM_LINK_COMPONENTS.
llvm-svn: 289051
Diffstat (limited to 'llvm/unittests/DebugInfo/DWARF')
-rw-r--r--llvm/unittests/DebugInfo/DWARF/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt b/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
index cfebba02e7a..ed1c78b2c9f 100644
--- a/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
+++ b/llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
@@ -1,8 +1,8 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
- DebugInfoDWARF
CodeGen
Core
+ DebugInfoDWARF
MC
MIRParser
Support
OpenPOWER on IntegriCloud