[llvm] r191918 - Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.
Tom Roeder
tmroeder at google.com
Thu Oct 3 11:05:12 PDT 2013
Author: tmroeder
Date: Thu Oct 3 13:05:12 2013
New Revision: 191918
URL: http://llvm.org/viewvc/llvm-project?rev=191918&view=rev
Log:
Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.
Modified:
llvm/trunk/lib/LTO/Makefile
Modified: llvm/trunk/lib/LTO/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/LTO/Makefile?rev=191918&r1=191917&r2=191918&view=diff
==============================================================================
--- llvm/trunk/lib/LTO/Makefile (original)
+++ llvm/trunk/lib/LTO/Makefile Thu Oct 3 13:05:12 2013
@@ -1,4 +1,4 @@
-##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
+##===- lib/LTO/Makefile ------------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
More information about the llvm-commits
mailing list