[llvm] r195920 - Add newline at eof.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Nov 28 06:52:52 PST 2013
Author: chapuni
Date: Thu Nov 28 08:52:52 2013
New Revision: 195920
URL: http://llvm.org/viewvc/llvm-project?rev=195920&view=rev
Log:
Add newline at eof.
Modified:
llvm/trunk/lib/Target/AArch64/CMakeLists.txt
Modified: llvm/trunk/lib/Target/AArch64/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/CMakeLists.txt?rev=195920&r1=195919&r2=195920&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/AArch64/CMakeLists.txt Thu Nov 28 08:52:52 2013
@@ -35,4 +35,4 @@ add_subdirectory(Disassembler)
add_subdirectory(InstPrinter)
add_subdirectory(MCTargetDesc)
add_subdirectory(TargetInfo)
-add_subdirectory(Utils)
\ No newline at end of file
+add_subdirectory(Utils)
More information about the llvm-commits
mailing list