Displaying 2 results from an estimated 2 matches for "pyknite".
2013 Feb 27
1
[LLVMdev] Compilation problem when addind a library
...[component_0]
type = Library
name = Obfuscation
parent = Transforms
library_name = Obfuscation
I added my directory and pass in the Transforms Makefile,LLVMBuild and CMakeLists, in the Transforms/IPO files and in the tools/opt files, but
I still get this error:
make[2]: Entering directory `/home/pyknite/work/obfuscator/3.2/build/tools/opt'
make[2]: *** No rule to make target `/home/pyknite/work/obfuscator/3.2/build/Release+Asserts/lib/libLLVMObfuscation.a', needed by `/home/pyknite/work/obfuscator/3.2/build/Release+Asserts/bin/opt'. Stop.
make[2]: Leaving directory `/home/pyknite/work...
2014 Oct 28
2
[LLVMdev] Problem in X86 backend (again)
...eg6
JMP_4 <BB#1>
Successors according to CFG: BB#1
BB#3: derived from LLVM BB %entry
Predecessors according to CFG: BB#1
%vreg5<def> = MOV32r0 %EFLAGS<imp-def,dead>; GR32:%vreg5
%EAX<def> = COPY %vreg5; GR32:%vreg5
RETQ %EAX
# End machine code for function main.
clang: /home/pyknite/work/ollvm/obfuscator-llvm/lib/CodeGen/MachineRegisterInfo.cpp:305: llvm::MachineInstr *llvm::MachineRegisterInfo::getVRegDef(unsigned int) const: Assertion `(I.atEnd() || std::next(I) == def_instr_end()) && "getVRegDef assumes a single definition or no definition"' failed.
0...