search for: initializellvm

Displaying 3 results from an estimated 3 matches for "initializellvm".

2013 Nov 26
1
[LLVMdev] 3.4 build failure from lldb
...arser.cpp:122:66: error: ‘ASTDumpXMLAction’ was not declared in this scope /home/sam/src/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp: In constructor ‘lldb_private::ClangExpressionParser::ClangExpressionParser(lldb_private::ExecutionContextScope*, lldb_private::ClangExpression&)::InitializeLLVM::InitializeLLVM()’: /home/sam/src/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp:199:13: error: ‘DisablePrettyStackTrace’ is not a member of ‘llvm’ [ 84%] Building CXX object tools/lldb/source/Core/CMakeFiles/lldbCore.dir/Baton.cpp.o /home/sam/src/llvm/tools/lldb/source/Core/ArchSpec....
2008 Feb 21
0
[LLVMdev] LLVM Win32 Issue
Hola Aaron, Just having that code didn't work since the linker still stripped it out, so I have that function called from the code in the system that actually is being used by our app. Kinda grubby, but I include: #include "llvm/lib/Target/X86/X86TargetMachine.h" Which is in the LLVM lib, not the LLVM inc directory. This little maneuver made our Mac builds really unhappy, so
2008 Feb 21
3
[LLVMdev] LLVM Win32 Issue
Thanks for your response Chuck. >From this and the other responses to my question, it looks like I'm including all the right object files, so it must be something with Visual Studio stripping "dead" code. So, given your response Chuck, I have a few questions. First, what exactly is the code that VStudio seems to be stripping? I might be able to figure out how to prevent it