Fix build breakage (again) when srcdir != objdir, other small fixes.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 3 Oct 2008 09:09:34 +0000 (09:09 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 3 Oct 2008 09:09:34 +0000 (09:09 +0000)
commit9d1b696441679fcd549cfb3a1be9337ef54f26cd
tree6232054d16bcd5f43cd5e07c1b777fb9ad45e05b
parente47561ccff9c7a76f9392b26ae6202e30f1247ed
Fix build breakage (again) when srcdir != objdir, other small fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56998 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
tools/llvmc2/Action.cpp [deleted file]
tools/llvmc2/CompilationGraph.cpp [deleted file]
tools/llvmc2/Error.h [deleted file]
tools/llvmc2/Makefile
tools/llvmc2/Plugin.cpp [deleted file]
tools/llvmc2/examples/Simple.td
tools/llvmc2/llvmc.cpp [deleted file]
tools/llvmc2/plugins/Base/Base.td
tools/llvmc2/plugins/Clang/Clang.td
tools/llvmc2/plugins/Makefile.plugins
tools/llvmc2/src/Action.cpp [new file with mode: 0644]
tools/llvmc2/src/CompilationGraph.cpp [new file with mode: 0644]
tools/llvmc2/src/Error.h [new file with mode: 0644]
tools/llvmc2/src/Makefile [new file with mode: 0644]
tools/llvmc2/src/Plugin.cpp [new file with mode: 0644]
tools/llvmc2/src/llvmc.cpp [new file with mode: 0644]