projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad1e31
)
Reorder.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 11 Oct 2017 04:54:05 +0000
(
04:54
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 11 Oct 2017 04:54:05 +0000
(
04:54
+0000)
llvm-svn: 315435
clang/unittests/CodeGen/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/clang/unittests/CodeGen/CMakeLists.txt
b/clang/unittests/CodeGen/CMakeLists.txt
index be9807f4bf1432a383ee1bb6780491974d1d2bb8..c49776bc0265736aa0ee1298b91309bb3d50428d 100644
(file)
--- 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