Displaying 14 results from an estimated 14 matches for "xmemory".
Did you mean:
memory
2017 Apr 10
2
clang build failures using Visual Studio
...etting these
cryptic error messages when building Clang:
Microsoft (R) Build Engine version 15.1.1012.6693
Copyright (C) Microsoft Corporation. All rights reserved.
ClangDiagnosticsEmitter.cpp
c:\program files (x86)\microsoft visual
studio\2017\community\VC\Tools\MSVC\14.10.25017\include\xmemory(126): error
C2678: binary '*': no operator found which takes a left-hand operand of
type 'const
llvm::detail::DenseSetImpl<ValueT,llvm::DenseMap<ValueT,llvm::detail::DenseSetEmpty,ValueInfoT,llvm::detail::DenseSetPair<ValueT>>,ValueInfoT>::Iterator'
(or there is no...
2020 Jan 06
2
clang interpreter failed to materialize symbols
...ule>
0x00007FF68DEF6186 (0x000001AF8A85B410 0x000000575B18D678 0xCCCCCCCCCCCCCCCC 0x000001AF8A4B0000), std::_Construct_in_place<std::_Container_proxy,std::_Container_base12 *>() + 0x56 bytes(s), C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\include\xmemory, line 205
0x00007FF68DEF45E8 (0x0000000000000000 0x000000005B18D6B1 0xFFFFFFFFFFFFFFFE 0x000000575B18DB80), std::_Container_base12::_Alloc_proxy<std::allocator<std::_Container_proxy> >() + 0x58 bytes(s), C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.2...
2020 Jan 14
4
clang interpreter failed to materialize symbols
...AF8A85B410 0x000000575B18D678
> 0xCCCCCCCCCCCCCCCC 0x000001AF8A4B0000),
> std::_Construct_in_place<std::_Container_proxy,std::_Container_base12
> *>() + 0x56 bytes(s), C:\Program Files (x86)\Microsoft Visual
> Studio\2019\Community\VC\Tools\MSVC\14.24.28314\include\xmemory,
> line 205
>
> 0x00007FF68DEF45E8 (0x0000000000000000 0x000000005B18D6B1
> 0xFFFFFFFFFFFFFFFE 0x000000575B18DB80),
> std::_Container_base12::_Alloc_proxy<std::allocator<std::_Container_proxy>
> >() + 0x58 bytes(s), C:\Program Files (x86)\Microsoft...
2010 May 02
3
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...urce\llvm-2.7\lib\support\regengine.inc 188
error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot
access private member declared in class
'llvm::EquivalenceClasses<ElemTy>::ECValue' C:\Program Files
(x86)\Microsoft Visual Studio 10.0\VC\include\xmemory 208
error C2668: 'llvm::next' : ambiguous call to overloaded function
D:\CompanyOne\External\LLVM\source\llvm-2.7\lib\Transforms\Scalar\LoopStrengthReduce.cpp
2820
error C2440: 'initializing' : cannot convert from 'int' to 'const
llvm::TargetRegisterClass *' C:...
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...ifficult, just annoying.
error C2248: 'llvm::EquivalenceClasses<
>
> ElemTy>::ECValue::ECValue' : cannot access private member declared in class
> 'llvm::EquivalenceClasses<ElemTy>::ECValue' C:\Program Files
> (x86)\Microsoft Visual Studio 10.0\VC\include\xmemory 208
I moved:
// ECValue ctor - Start out with EndOfList pointing to this node, Next
is Null, isLeader = true.
ECValue(const ElemTy &Elt)
: Leader(this), Next((ECValue*)(intptr_t)1), Data(Elt) {}
into the public section of the ECValue class, seemed to solve that one..
-----...
2020 Jan 16
2
clang interpreter failed to materialize symbols
...le>
0x00007FF68DEF6186 (0x000001AF8A85B410 0x000000575B18D678 0xCCCCCCCCCCCCCCCC 0x000001AF8A4B0000), std::_Construct_in_place<std::_Container_proxy,std::_Container_base12 *>() + 0x56 bytes(s), C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\include\xmemory, line 205
0x00007FF68DEF45E8 (0x0000000000000000 0x000000005B18D6B1 0xFFFFFFFFFFFFFFFE 0x000000575B18DB80), std::_Container_base12::_Alloc_proxy<std::allocator<std::_Container_proxy> >() + 0x58 bytes(s), C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24....
2014 Sep 30
2
[LLVMdev] size_t?
...o get these to work?
I'm also seeing a bunch of errors like this having to do with intrinsics:
1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
12.0\VC\include\algorithm:6:
1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
12.0\VC\include\xmemory:6:
1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
12.0\VC\include\xmemory0:909:
1> In file included from C:\Program Files
(x86)\LLVM\msbuild-bin\..\lib\clang\3.6.0\include\intrin.h:34:
1> In file included from C:\Program Files
(x86)\LLVM\msbuild-bin\..\lib\cl...
2010 May 02
2
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
...>
> error C2248: 'llvm::EquivalenceClasses<
>>
>> ElemTy>::ECValue::ECValue' : cannot access private member declared in
>> class 'llvm::EquivalenceClasses<ElemTy>::ECValue' C:\Program Files
>> (x86)\Microsoft Visual Studio 10.0\VC\include\xmemory 208
>
>
> I moved:
>
> // ECValue ctor - Start out with EndOfList pointing to this node, Next
> is Null, isLeader = true.
> ECValue(const ElemTy &Elt)
> : Leader(this), Next((ECValue*)(intptr_t)1), Data(Elt) {}
>
> into the public section of the EC...
2009 Jun 30
6
Variable named "memory" in templates
I tried to use a Puppet variable named "$memory" and access it from
a template, like this:
$memory = 4711
file {
"/tmp/test.txt":
content => inline_template("memory = <%= memory %>\n");
}
One would think that my file would contain "memory = 4711" after that,
but instead the memory variable seems to hold a
2014 Sep 30
2
[LLVMdev] size_t?
...ch of errors like this having to do with
> intrinsics:
>
> 1> In file included from C:\Program Files (x86)\Microsoft Visual
> Studio 12.0\VC\include\algorithm:6:
> 1> In file included from C:\Program Files (x86)\Microsoft Visual
> Studio 12.0\VC\include\xmemory:6:
> 1> In file included from C:\Program Files (x86)\Microsoft Visual
> Studio 12.0\VC\include\xmemory0:909:
> 1> In file included from C:\Program Files
> (x86)\LLVM\msbuild-bin\..\lib\clang\3.6.0\include\intrin.h:34:
> 1> In file included from C:\Prog...
2014 Oct 01
2
[LLVMdev] size_t?
...a bunch of errors like this having to do with intrinsics:
>>
>> 1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
>> 12.0\VC\include\algorithm:6:
>> 1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
>> 12.0\VC\include\xmemory:6:
>> 1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
>> 12.0\VC\include\xmemory0:909:
>> 1> In file included from C:\Program Files
>> (x86)\LLVM\msbuild-bin\..\lib\clang\3.6.0\include\intrin.h:34:
>> 1> In file included from C:\Prog...
2014 Oct 01
2
[LLVMdev] size_t?
...ke this having to do with intrinsics:
>>>
>>> 1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
>>> 12.0\VC\include\algorithm:6:
>>> 1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
>>> 12.0\VC\include\xmemory:6:
>>> 1> In file included from C:\Program Files (x86)\Microsoft Visual Studio
>>> 12.0\VC\include\xmemory0:909:
>>> 1> In file included from C:\Program Files
>>> (x86)\LLVM\msbuild-bin\..\lib\clang\3.6.0\include\intrin.h:34:
>>> 1> In file i...
2012 Jun 24
2
[LLVMdev] Problems building LLVM under Visual Studio
...9: 'size' : is not a member of 'llvm::IntegersSubset'
1> F:\Documents and Settings\Mason\My Documents\VC\llvm\include\llvm/Support/IntegersSubset.h(458) : see declaration of 'llvm::IntegersSubset'
1> f:\Program Files\Microsoft Visual Studio 9.0\VC\include\xmemory(164) : see reference to function template instantiation 'llvm::IntegersSubsetGeneric<IntTy>::IntegersSubsetGeneric<llvm::IntegersSubset>(const RangesCollectionTy &)' being compiled
1> with
1> [
1> IntTy=llvm::IntItem,
1> Ranges...
2014 Sep 30
2
[LLVMdev] Windows Installer
I replaced all instances of "$(Platform)" with "x64" for the x64 .props
file and it still fails, so it looks like that guess was wrong as well.
Regards,
Eric
On 9/29/14, 2:11 PM, Eric Mader wrote:
> Quoting doesn't seem to make a difference. Strangely, the Win32
> toolset seems to work. (Where "work" means that clang runs and
> produces a bunch of