Displaying 9 results from an estimated 9 matches for "clangdiagnosticsemitt".
Did you mean:
clangdiagnosticsemitter
2009 Apr 01
1
[LLVMdev] Visual Studio 2005/2008 ClangDiagnosticsEmitter Patch
...in the process of trying to build LLVM and clang in Visual Studio
2008.
Building trunk of LLVM and clang fails because of an VC STL issue:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Fee
dbackID=328343
Here's a patch that allows tablegen to compile:
Index: TableGen/ClangDiagnosticsEmitter.cpp
===================================================================
--- TableGen/ClangDiagnosticsEmitter.cpp (revision 68202)
+++ TableGen/ClangDiagnosticsEmitter.cpp (working copy)
@@ -135,7 +135,7 @@
namespace {
struct VISIBILITY_HIDDEN CompareOptName {
- bool operator()(const Record...
2013 Jan 11
1
[LLVMdev] SMFixIt helps break TableGen in Trunk
Trunk output:
> [ 32%] Building CXX object
> examples/Kaleidoscope/Chapter3/CMakeFiles/Kaleidoscope-Ch3.dir/toy.cpp.o
> /home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp:158:17:
> error:
> no member named 'getSuperClassRanges' in 'llvm::Record'; did you
> mean 'getSuperClasses'?
> return R->getSuperClassRanges()[i];
> ^~~~~~~~~~~~~~~~~~~
> getSuperClasses
> /home/mdriftmeyer/Develop...
2009 Mar 25
0
[LLVMdev] llvm-2.5 build failure (fedora f10)
Hello, Neal
> You may want to note that you need glibc-devel.i386 to build. Otherwise you
> get error on /usr/include/gnu/stubs-32.h missing.
Do you have pure 64 bit system?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Mar 25
3
[LLVMdev] llvm-2.5 build failure (fedora f10)
You may want to note that you need glibc-devel.i386 to build. Otherwise you
get error on /usr/include/gnu/stubs-32.h missing.
2017 Apr 10
2
clang build failures using Visual Studio
...get a Windows native build using Visual Studio of LLVM,
Clang, and LLD 4.0.0. So far LLVM built successfully, but I'm getting 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::Dense...
2009 Mar 25
2
[LLVMdev] llvm-2.5 build failure (fedora f10)
...n.cpp:216:
undefined reference to
`llvm::ClangOptionsEmitter::run(std::basic_ostream<char,
std::char_traits<char> >&)'
/home/maurice/installation/llvm-dev/utils/TableGen/Debug/TableGen.o: In
function `ClangDiagsDefsEmitter':
/home/maurice/installation/llvm-dev/utils/TableGen/ClangDiagnosticsEmitter.h:29:
undefined reference to `vtable for llvm::ClangDiagsDefsEmitter'
/home/maurice/installation/llvm-dev/utils/TableGen/Debug/TableGen.o: In
function `ClangOptionsEmitter':
/home/maurice/installation/llvm-dev/utils/TableGen/ClangDiagnosticsEmitter.h:38:
undefined reference to `vtable for...
2011 Oct 03
0
[LLVMdev] Build glitch
...`/home/ecsardu/LLVM/build-tcclab1/utils/FileUpdate'
llvm[2]: Compiling ClangAttrEmitter.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable not
(without symbols)
make[2]: Leaving directory `/home/ecsardu/LLVM/build-tcclab1/utils/not'
llvm[2]: Compiling ClangDiagnosticsEmitter.cpp for Release+Asserts build
... 27 lines of "Compiling" omitted ...
llvm[2]: Compiling X86DisassemblerTables.cpp for Release+Asserts build
make[2]: *** No rule to make target
`/home/ecsardu/LLVM/build-tcclab1/Release+Asserts/lib/libLLVMTableGen.a',
needed by `/home/ecsardu/LLVM/bu...
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...Release+Asserts executable FileCheck (without symbols)
llvm[2]: ======= Finished Linking Release+Asserts Executable FileCheck (without symbols)
llvm[2]: Compiling ClangASTNodesEmitter.cpp for Release+Asserts build
llvm[2]: Compiling ClangAttrEmitter.cpp for Release+Asserts build
llvm[2]: Compiling ClangDiagnosticsEmitter.cpp for Release+Asserts build
llvm[2]: Compiling CodeEmitterGen.cpp for Release+Asserts build
llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release+Asserts build
llvm[3]: Compiling gtest-test-part.cc for Release+Asserts build
llvm[3]: Compiling gtest-typed-test.cc for Release+Asserts build
llvm[2...
2010 Oct 04
0
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...cutable FileCheck (without symbols)
> llvm[2]: ======= Finished Linking Release+Asserts Executable FileCheck (without symbols)
> llvm[2]: Compiling ClangASTNodesEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling ClangAttrEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling ClangDiagnosticsEmitter.cpp for Release+Asserts build
> llvm[2]: Compiling CodeEmitterGen.cpp for Release+Asserts build
> llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release+Asserts build
> llvm[3]: Compiling gtest-test-part.cc for Release+Asserts build
> llvm[3]: Compiling gtest-typed-test.cc for Release+...