diff options
| author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:16:10 +0000 |
|---|---|---|
| committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-29 18:16:10 +0000 |
| commit | 447762da858c1705c5fce5288f874797dc4b1135 (patch) | |
| tree | aa93dd9d52efdac9dc7f9560dc3054ef82375fbc /llvm/utils/FileCheck/Makefile | |
| parent | 8aaf49959c209561a223ecf869af096730412389 (diff) | |
| download | bcm5719-llvm-447762da858c1705c5fce5288f874797dc4b1135.tar.gz bcm5719-llvm-447762da858c1705c5fce5288f874797dc4b1135.zip | |
Merge System into Support.
llvm-svn: 120298
Diffstat (limited to 'llvm/utils/FileCheck/Makefile')
| -rw-r--r-- | llvm/utils/FileCheck/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/utils/FileCheck/Makefile b/llvm/utils/FileCheck/Makefile index f1af5b649e7..268b7bc919a 100644 --- a/llvm/utils/FileCheck/Makefile +++ b/llvm/utils/FileCheck/Makefile @@ -1,15 +1,15 @@ ##===- utils/FileCheck/Makefile ----------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = FileCheck -USEDLIBS = LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMSupport.a # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS = 1 |

