OSDN Git Service

Actually update the CMake and Makefile builds correctly, and update the
authorChandler Carruth <chandlerc@gmail.com>
Wed, 2 Jan 2013 12:09:16 +0000 (12:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 2 Jan 2013 12:09:16 +0000 (12:09 +0000)
commit351ba145a7db32b457f118ecc4d873765ac2a16b
tree6a3675f4708021af250b609d4550b681b4b90922
parent0a08460599eed603e469e3e16d0cf6aa33b8ba93
Actually update the CMake and Makefile builds correctly, and update the
code that includes Intrinsics.gen directly.

This never showed up in my testing because the old Intrinsics.gen was
still kicking around in the make build system and was correct there. =[
Thankfully, some of the bots to clean rebuilds and that caught this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171373 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/CMakeLists.txt
include/llvm/IR/Intrinsics.h
lib/Analysis/BasicAliasAnalysis.cpp
lib/IR/Function.cpp
lib/IR/Makefile
lib/Transforms/Instrumentation/MemorySanitizer.cpp