[compiler-rt] r257118 - [cmake] Indentation fix (NFC)
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 16:07:51 PST 2016
Author: vedantk
Date: Thu Jan 7 18:07:50 2016
New Revision: 257118
URL: http://llvm.org/viewvc/llvm-project?rev=257118&view=rev
Log:
[cmake] Indentation fix (NFC)
Modified:
compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake
Modified: compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake?rev=257118&r1=257117&r2=257118&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake (original)
+++ compiler-rt/trunk/cmake/Modules/CompilerRTDarwinUtils.cmake Thu Jan 7 18:07:50 2016
@@ -283,7 +283,7 @@ macro(darwin_add_builtin_libraries)
set(PROFILE_SOURCES ../profile/InstrProfiling
../profile/InstrProfilingBuffer
../profile/InstrProfilingPlatformDarwin
- ../profile/InstrProfilingWriter)
+ ../profile/InstrProfilingWriter)
foreach (os ${ARGN})
list_union(DARWIN_BUILTIN_ARCHS DARWIN_${os}_ARCHS BUILTIN_SUPPORTED_ARCH)
foreach (arch ${DARWIN_BUILTIN_ARCHS})
More information about the llvm-commits
mailing list