Displaying 2 results from an estimated 2 matches for "emitllvmaction".
2015 Jan 14
3
[LLVMdev] Crash on invalid during LLVMContext destruction MDNode::dropAllReferences
...pl.cpp:142:5
#15 0x1aaa24d llvm::LLVMContext::~LLVMContext()
/usr/local/google/home/blaikie/dev/llvm/src/lib/IR/LLVMContext.cpp:97:31
#16 0x2555d3b clang::CodeGenAction::~CodeGenAction()
/usr/local/google/home/blaikie/dev/llvm/src/tools/clang/lib/CodeGen/CodeGenAction.cpp:578:5
#17 0x2558295 clang::EmitLLVMAction::~EmitLLVMAction()
/usr/local/google/home/blaikie/dev/llvm/src/tools/clang/include/clang/CodeGen/CodeGenAction.h:77:7
#18 0x25582b9 clang::EmitLLVMAction::~EmitLLVMAction()
/usr/local/google/home/blaikie/dev/llvm/src/tools/clang/include/clang/CodeGen/CodeGenAction.h:77:7
#19 0x213a2e2
std::default_...
2018 Sep 19
4
Can i reduce my clang/JIT app in size?
i want to integrate a C source JITer into my application but the
resulting executables are too large
is it possible to reduce the resulting libs/exe some way?
current VS2017/svn build example:
llvm-build\Release\bin\clang-interpreter.exe ~36MB
for now (that can change later)
- i want to jit simple c-code
- no std library or something
- x64 only
- no deep/full architecture optimization needed
-