Move Object.cpp out of VMCore and into Object.
authorEric Christopher <echristo@apple.com>
Sun, 3 Apr 2011 23:07:51 +0000 (23:07 +0000)
committerEric Christopher <echristo@apple.com>
Sun, 3 Apr 2011 23:07:51 +0000 (23:07 +0000)
commit33feb706901bc674d30e9d82b6baff7e9c634366
tree5e06cc11eee8b13592fb5a2497ac2e441dc45972
parent539d8d8a72995d08afe7b986fe98a1dc7fec4b0a
Move Object.cpp out of VMCore and into Object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128800 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/CMakeLists.txt
lib/Object/Object.cpp [new file with mode: 0644]
lib/VMCore/CMakeLists.txt
lib/VMCore/Object.cpp [deleted file]