Displaying 2 results from an estimated 2 matches for "srhilber".
2006 Aug 25
4
[LLVMdev] Built LLVM 1.8 on VC8, invalid iterator issue/fix, some questions
Hello,
I've managed to get LLVM 1.8 to build properly with MSVC8 with some
effort. Most of the changes necessary were very minor C++ usage issues;
for instance, VC8 can't deal with prototyping something that's really a
class as 'struct Foo;' or vice versa (it creates issues with matching
function signatures during linking.) Additionally, I had to do quite a few
updates to the
2006 Aug 25
0
[LLVMdev] Built LLVM 1.8 on VC8, invalid iterator issue/fix, some questions
On Thu, 24 Aug 2006 srhilber at ncsu.edu wrote:
> I've managed to get LLVM 1.8 to build properly with MSVC8 with some
> effort. Most of the changes necessary were very minor C++ usage issues;
> for instance, VC8 can't deal with prototyping something that's really a
> class as 'struct Foo;' or vi...