From d6370ad87d21402c0e2b1fef12d4a77fd1ead306 Mon Sep 17 00:00:00 2001 From: Tom Roeder Date: Thu, 3 Oct 2013 18:05:12 +0000 Subject: [PATCH] Test commit. Fixed a copy-paste error in the Makefile for lib/LTO. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191918 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/LTO/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LTO/Makefile b/lib/LTO/Makefile index 7ca125ab14b..55e2a5ef803 100644 --- a/lib/LTO/Makefile +++ b/lib/LTO/Makefile @@ -1,4 +1,4 @@ -##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===## +##===- lib/LTO/Makefile ------------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # -- 2.50.1