Displaying 5 results from an estimated 5 matches for "c2678".
Did you mean:
2678
2005 Mar 10
2
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...saved at
"file://c:\dev\libs\llvm\win32\Transforms\Debug\BuildLog.htm"
Transforms - 1 error(s), 0 warning(s)
------ Build started: Project: CodeGen, Configuration: Debug Win32 ------
Compiling...
LiveInterval.cpp
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(196) :
error C2678: binary '<' : no operator found which takes a left-hand
operand of type 'llvm::LiveRange' (or there is no acceptable
conversion)
c:\Program Files\Microsoft Visual Studio
8\VC\include\algorithm(1449) : see reference to function template
instantiation 'bool
std::_Debug_...
2005 Mar 10
0
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
...:\dev\libs\llvm\win32\Transforms\Debug\BuildLog.htm"
>Transforms - 1 error(s), 0 warning(s)
>------ Build started: Project: CodeGen, Configuration: Debug Win32 ------
>Compiling...
>LiveInterval.cpp
>c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(196) :
>error C2678: binary '<' : no operator found which takes a left-hand
>operand of type 'llvm::LiveRange' (or there is no acceptable
>conversion)
> c:\Program Files\Microsoft Visual Studio
>8\VC\include\algorithm(1449) : see reference to function template
>instantiation ...
2007 Jul 27
2
[LLVMdev] Couple of changes (2005 and other toolchain related)
...o; }
* PredicateSimplifier.cpp, line 677, add: friend bool operator<(const Value
*value, const ScopedRange &range) { return value < range.V; }
Lacking these operators, it generates something like the following:
c:\program files\microsoft visual studio 8\vc\include\xutility(267) : error
C2678: binary '<' : no operator found which takes a left-hand operand of type
'const unsigned int' (or there is no acceptable conversion)
c:\libraries\llvm-2.0\lib\transforms\scalar\predicatesimplifier.cpp(677): could
be 'bool `anonymous-namespace'::operator <(const llvm::V...
2017 Apr 10
2
clang build failures using Visual Studio
...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 acceptable conver...
2007 Jul 27
0
[LLVMdev] Couple of changes (2005 and other toolchain related)
...o; }
* PredicateSimplifier.cpp, line 677, add: friend bool
operator<(const Value
*value, const ScopedRange &range) { return value < range.V; }
Lacking these operators, it generates something like the following:
c:\program files\microsoft visual studio
8\vc\include\xutility(267) : error
C2678: binary '<' : no operator found which takes a left-hand operand of
type
'const unsigned int' (or there is no acceptable conversion)
c:\libraries\llvm-2.0\lib\transforms\scalar\predicatesimplifier.cpp(677)
: could
be 'bool `anonymous-namespace'::operator <(const llvm:...