diff options
author | Tom Roeder <tmroeder@google.com> | 2013-10-03 18:05:12 +0000 |
---|---|---|
committer | Tom Roeder <tmroeder@google.com> | 2013-10-03 18:05:12 +0000 |
commit | 724143a7520a372d089c2e5cbeda5dc212f72e87 (patch) | |
tree | f7bb23eb7099f20b39b5f02e1a50a5bdca5ceb27 /llvm/lib/LTO | |
parent | b511a72f9278e2c4dfc62c76ffaeb5b31b10baf1 (diff) | |
download | bcm5719-llvm-724143a7520a372d089c2e5cbeda5dc212f72e87.tar.gz bcm5719-llvm-724143a7520a372d089c2e5cbeda5dc212f72e87.zip |
Test commit. Fixed a copy-paste error in the Makefile for lib/LTO.
llvm-svn: 191918
Diffstat (limited to 'llvm/lib/LTO')
-rw-r--r-- | llvm/lib/LTO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/Makefile b/llvm/lib/LTO/Makefile index 7ca125ab14b..55e2a5ef803 100644 --- a/llvm/lib/LTO/Makefile +++ b/llvm/lib/LTO/Makefile @@ -1,4 +1,4 @@ -##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===## +##===- lib/LTO/Makefile ------------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # |