Displaying 6 results from an estimated 6 matches for "tomvandijck".
2010 May 02
2
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
On Sat, May 1, 2010 at 10:02 PM, me22 <me22.ca at gmail.com> wrote:
> On 2 May 2010 00:53, Tom van Dijck <llvm at tomvandijck.com> wrote:
> > The problem seems to be a much larger issue with the Visual Studio 2010
> C++
> > Compiler and not really related to clang/llvm. The following snippet of
> code
> > does NOT compile in 2010..
> >
> > #include <vector>
> > int main(i...
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...ed earlier about the private/public method,
and the setjmp related stuff.
Not sure if it compiles with any other compiler now, so I won't be
submitting this null->nullptr change, but the other errors might be worth
taking...
Tom.
On Sat, May 1, 2010 at 10:09 PM, Tom van Dijck <llvm at tomvandijck.com> wrote:
>
>
> On Sat, May 1, 2010 at 10:02 PM, me22 <me22.ca at gmail.com> wrote:
>
>> On 2 May 2010 00:53, Tom van Dijck <llvm at tomvandijck.com> wrote:
>> > The problem seems to be a much larger issue with the Visual Studio 2010
>> C++
>>...
2010 May 02
2
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...+
Compiler and not really related to clang/llvm. The following snippet of code
does *NOT *compile in 2010..
#include <vector>
int main(int argc, char* argv[])
{
std::pair<int, void*> mypair(0, NULL);
return 0;
}
Tom.
On Sat, May 1, 2010 at 8:57 PM, Tom van Dijck <llvm at tomvandijck.com> wrote:
> Hey,
>
> So I tried to fix these errors, and have everything compiling now... not
> too difficult, just annoying.
>
> error C2248: 'llvm::EquivalenceClasses<
>>
>> ElemTy>::ECValue::ECValue' : cannot access private member declared in
>...
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
On 2 May 2010 00:53, Tom van Dijck <llvm at tomvandijck.com> wrote:
> The problem seems to be a much larger issue with the Visual Studio 2010 C++
> Compiler and not really related to clang/llvm. The following snippet of code
> does NOT compile in 2010..
>
> #include <vector>
> int main(int argc, char* argv[])
> {
> s...
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...ll...
Is there any interest in these changes applied to trunk? and if so how do I
proceed... I'm fine keeping these changes local and integrate, but I figure
there is more users out there wanting to move to VS2010 at some point.
Tom.
On Sat, May 1, 2010 at 7:59 PM, Tom van Dijck <llvm at tomvandijck.com> wrote:
> Hey,
>
> Downloaded the release, used CMake to create solution... building mostly
> seems to be OK, except for a couple of compiler errors.
>
>
> warning C4090: 'function' : different 'const' qualifiers
> d:\companyone\external\llvm\source\l...
2010 May 02
3
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
Hey,
Downloaded the release, used CMake to create solution... building mostly
seems to be OK, except for a couple of compiler errors.
warning C4090: 'function' : different 'const' qualifiers
d:\companyone\external\llvm\source\llvm-2.7\lib\support\regengine.inc 188
error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot
access private member