mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Moved instructions and assembly to new libevmcore.
This commit is contained in:
parent
c52b98edda
commit
239afeaffd
@ -9,7 +9,7 @@ set(EXECUTABLE lllc)
|
|||||||
add_executable(${EXECUTABLE} ${SRC_LIST})
|
add_executable(${EXECUTABLE} ${SRC_LIST})
|
||||||
|
|
||||||
target_link_libraries(${EXECUTABLE} lll)
|
target_link_libraries(${EXECUTABLE} lll)
|
||||||
target_link_libraries(${EXECUTABLE} evmface)
|
target_link_libraries(${EXECUTABLE} evmcore)
|
||||||
target_link_libraries(${EXECUTABLE} devcore)
|
target_link_libraries(${EXECUTABLE} devcore)
|
||||||
|
|
||||||
if ("${TARGET_PLATFORM}" STREQUAL "w64")
|
if ("${TARGET_PLATFORM}" STREQUAL "w64")
|
||||||
|
2
main.cpp
2
main.cpp
@ -25,7 +25,7 @@
|
|||||||
#include <liblll/Compiler.h>
|
#include <liblll/Compiler.h>
|
||||||
#include <libdevcore/CommonIO.h>
|
#include <libdevcore/CommonIO.h>
|
||||||
#include <libdevcore/CommonData.h>
|
#include <libdevcore/CommonData.h>
|
||||||
#include <libevmface/Instruction.h>
|
#include <libevmcore/Instruction.h>
|
||||||
#include "BuildInfo.h"
|
#include "BuildInfo.h"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace dev;
|
using namespace dev;
|
||||||
|
Loading…
Reference in New Issue
Block a user