[llvm] r331837 - Make CMakeLists.txt formatting more consistent with the rest of LLVM.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 18:15:38 PDT 2018


Author: nico
Date: Tue May  8 18:15:38 2018
New Revision: 331837

URL: http://llvm.org/viewvc/llvm-project?rev=331837&view=rev
Log:
Make CMakeLists.txt formatting more consistent with the rest of LLVM.

Modified:
    llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt

Modified: llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt?rev=331837&r1=331836&r2=331837&view=diff
==============================================================================
--- llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt (original)
+++ llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt Tue May  8 18:15:38 2018
@@ -13,5 +13,6 @@ set(LLVM_LINK_COMPONENTS
 
 add_llvm_unittest(CFIVerifyTests
   FileAnalysis.cpp
-  GraphBuilder.cpp)
+  GraphBuilder.cpp
+  )
 target_link_libraries(CFIVerifyTests PRIVATE LLVMCFIVerify)




More information about the llvm-commits mailing list