• LIINXK's avatar
    Separate the functions of emit-llvm and emit-asm · 9913d8d5
    LIINXK authored
    - Now can use -emit-llvm and -o to use this two functions independently or simultaneously
    - -o <path>: emit the asm file to <path>
    - -emit-llvm <path>: emit the llvm IR file to <path>
    9913d8d5