r304868 - Reorder and reformat.
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 21:48:45 PDT 2017
Author: chapuni
Date: Tue Jun 6 23:48:45 2017
New Revision: 304868
URL: http://llvm.org/viewvc/llvm-project?rev=304868&view=rev
Log:
Reorder and reformat.
Modified:
cfe/trunk/lib/AST/CMakeLists.txt
Modified: cfe/trunk/lib/AST/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/CMakeLists.txt?rev=304868&r1=304867&r2=304868&view=diff
==============================================================================
--- cfe/trunk/lib/AST/CMakeLists.txt (original)
+++ cfe/trunk/lib/AST/CMakeLists.txt Tue Jun 6 23:48:45 2017
@@ -1,4 +1,6 @@
-set(LLVM_LINK_COMPONENTS support)
+set(LLVM_LINK_COMPONENTS
+ Support
+ )
add_clang_library(clangAST
APValue.cpp
More information about the cfe-commits
mailing list