diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
commit | 5cbf22391667568c36943f89c0568d1ca4eb006f (patch) | |
tree | 731a2402e1767a409bd005ccc7add94cdfc42216 /llvm/lib/ExecutionEngine | |
parent | 726440dbc99e507cad76363de363db6ca9ee97b4 (diff) | |
download | bcm5719-llvm-5cbf22391667568c36943f89c0568d1ca4eb006f.tar.gz bcm5719-llvm-5cbf22391667568c36943f89c0568d1ca4eb006f.zip |
Removed trailing whitespace from Makefiles.
llvm-svn: 61991
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Makefile | 4 | ||||
-rw-r--r-- | llvm/lib/ExecutionEngine/JIT/Makefile | 4 | ||||
-rw-r--r-- | llvm/lib/ExecutionEngine/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Makefile b/llvm/lib/ExecutionEngine/Interpreter/Makefile index deb49691a13..5f937c3ad6f 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Makefile +++ b/llvm/lib/ExecutionEngine/Interpreter/Makefile @@ -1,10 +1,10 @@ ##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = LLVMInterpreter diff --git a/llvm/lib/ExecutionEngine/JIT/Makefile b/llvm/lib/ExecutionEngine/JIT/Makefile index 66e06a9fd28..e2c9c61e88f 100644 --- a/llvm/lib/ExecutionEngine/JIT/Makefile +++ b/llvm/lib/ExecutionEngine/JIT/Makefile @@ -1,10 +1,10 @@ ##===- lib/ExecutionEngine/JIT/Makefile --------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = LLVMJIT diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index 1c5a6307a9e..e0e050e8972 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/Makefile @@ -1,10 +1,10 @@ ##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. LIBRARYNAME = LLVMExecutionEngine |