Remove definition of LLVM_VERSION_INFO; this macro is not used by any of the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 26 Sep 2014 21:53:12 +0000 (21:53 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 26 Sep 2014 21:53:12 +0000 (21:53 +0000)
commitaeb9ee02616b49064eeeacd523c74263d2e1f423
treeeae21c2cf13f5485192069be24e92f6a8f8d93c2
parent7e0a0e282a3671f7e5b4fd568e6590c1220d8ef9
Remove definition of LLVM_VERSION_INFO; this macro is not used by any of the
files in this directory. If it should be defined anywhere, it should be defined
when building lib/LTO/LTOCodeGenerator.cpp, but we've not had it defined there
for quite some time, so that doesn't really seem to be very important. (It also
would slow down the modules build by creating extra module variants.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218544 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto/CMakeLists.txt
tools/lto/Makefile