search for: c2839

Displaying 1 result from an estimated 1 matches for "c2839".

Did you mean: 2839
2013 Feb 25
1
[LLVMdev] Compilation failure on Windows
I tried to compile the "bugpoint" project on Windows 7 MSVC 10 64-bit and I see the following failure: 8>W:\LLVM_org\llvm\include\llvm/ADT/Optional.h(73): error C2839: invalid return type 'llvm::GlobalValue::VisibilityTypes *' for overloaded 'operator ->' 8> W:\LLVM_org\llvm\include\llvm/ADT/Optional.h(71) : while compiling class template member function 'void llvm::Optional<T>::reset(void)' 8> with 8>...