[compiler-rt] r275112 - remove empty lines

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 14:57:11 PDT 2016


Author: etienneb
Date: Mon Jul 11 16:57:11 2016
New Revision: 275112

URL: http://llvm.org/viewvc/llvm-project?rev=275112&view=rev
Log:
remove empty lines

Modified:
    compiler-rt/trunk/lib/interception/tests/CMakeLists.txt

Modified: compiler-rt/trunk/lib/interception/tests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/interception/tests/CMakeLists.txt?rev=275112&r1=275111&r2=275112&view=diff
==============================================================================
--- compiler-rt/trunk/lib/interception/tests/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/interception/tests/CMakeLists.txt Mon Jul 11 16:57:11 2016
@@ -121,8 +121,6 @@ macro(add_interception_tests_for_arch ar
                        DEPS ${INTERCEPTION_TEST_OBJECTS} ${INTERCEPTION_COMMON_LIB}
                        LINK_FLAGS ${INTERCEPTION_TEST_LINK_FLAGS_COMMON}
                                   ${TARGET_FLAGS})
-
-
 endmacro()
 
 if(COMPILER_RT_CAN_EXECUTE_TESTS AND NOT ANDROID AND NOT APPLE)




More information about the llvm-commits mailing list