From: NAKAMURA Takumi Date: Wed, 7 Jun 2017 04:48:45 +0000 (+0000) Subject: Reorder and reformat. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c933f0f5963453072c5099055378f8754f3cf87;p=clang Reorder and reformat. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304868 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index bbebf75821..8eed493e62 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -1,4 +1,6 @@ -set(LLVM_LINK_COMPONENTS support) +set(LLVM_LINK_COMPONENTS + Support + ) add_clang_library(clangAST APValue.cpp