summaryrefslogtreecommitdiffstats
path: root/clang/unittests/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-10-11 04:54:05 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-10-11 04:54:05 +0000
commit6d4fa5046ab574b59b17657b90979d0721f4d43c (patch)
treebe98878fa474c80169c2b535b23899e2fae7a3f1 /clang/unittests/CodeGen
parent7ad1e3102a5548945bcb34441be1c59854f96814 (diff)
downloadbcm5719-llvm-6d4fa5046ab574b59b17657b90979d0721f4d43c.tar.gz
bcm5719-llvm-6d4fa5046ab574b59b17657b90979d0721f4d43c.zip
Reorder.
llvm-svn: 315435
Diffstat (limited to 'clang/unittests/CodeGen')
-rw-r--r--clang/unittests/CodeGen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/CodeGen/CMakeLists.txt b/clang/unittests/CodeGen/CMakeLists.txt
index be9807f4bf1..c49776bc026 100644
--- a/clang/unittests/CodeGen/CMakeLists.txt
+++ b/clang/unittests/CodeGen/CMakeLists.txt
@@ -5,8 +5,8 @@ set(LLVM_LINK_COMPONENTS
add_clang_unittest(ClangCodeGenTests
BufferSourceTest.cpp
- IncrementalProcessingTest.cpp
CodeGenExternalTest.cpp
+ IncrementalProcessingTest.cpp
)
target_link_libraries(ClangCodeGenTests
OpenPOWER on IntegriCloud