Tapir-Meta
Tapir-Meta copied to clipboard
Hi, Attached are two files one with no bug and one with a bug. The two files do the same thing the only difference is that the file with the...
When I first try and build using `./build.sh release` I get `CMake Error at cmake/modules/CheckCompilerVersion.cmake:12 (message): Host GCC version must be at least 4.8! Call Stack (most recent call first):...
I tried following the simple install steps described here ``` $ git clone --recursive https://github.com/wsmoses/Tapir-Meta.git $ cd Tapir-Meta/ $ ./build.sh release $ source ./setup-env.sh ``` but ended up getting an...
After the initial build, it is rather cumbersome to have to `cd Tapir-Meta && source setup-env.sh && cd -`. This PR fixes the problem so that one can `source setup-env.sh`...
Compile error: In file included from /home/xman/projects/tapir-meta.git/tapir/tools/lli/lli.cpp:30: /home/xman/projects/tapir-meta.git/tapir/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h: In member function ‘llvm::Expected llvm::orc::remote::OrcRemoteTargetClient::readMem(char*, llvm::JITTargetAddress, uint64_t)’: /home/xman/projects/tapir-meta.git/tapir/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h:722:26: **error: could not convert ‘((llvm::orc::remote::OrcRemoteTargetClient*)this)->callB(Src, Size)’ from ‘Expected’ to ‘Expected’** return callB(Src, Size);