Go to file
Owen Anderson 6773d388aa Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools.

Patches for Clang and LLVM-GCC to follow.

llvm-svn: 74614
2009-07-01 16:58:40 +00:00
clang Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith. 2009-07-01 15:12:53 +00:00
compiler-rt Add missing include for getpagesize, and fix a typo. 2009-07-01 06:06:42 +00:00
llvm Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot 2009-07-01 16:58:40 +00:00