Goose  Artifact [4dc76f5172]

Artifact 4dc76f5172a42f285cbc10a70f1d97bfc39c66d04ae2002d4d25d27b99bc7c33:

  • File bs/llr/CMakeLists.txt — part of check-in [5ec364bc88] at 2019-07-31 23:27:53 on branch trunk — llr, execute, codegen: implemented the Xor instruction. (user: achavasse size: 258) [more...]

add_library( empathy-llr
    cfg.cpp
    instruction.cpp
    binaryop.cpp
    terminator.cpp
    call.cpp
    func.cpp
    branch.cpp
    helpers.cpp
    cfgviz.cpp
)

target_link_libraries( empathy-llr
    empathy-util
    empathy-ir
    empathy-builtins
)