Skip to content

Mistakes in README #2

@zhanggenex

Description

@zhanggenex
  1. make CC=clang CFLAGS="-g -O0 -emit-llvm"
    ->
    make CC=clang CFLAGS="-g -O0 -c -emit-llvm"

  2. llvm-link *.bc -o single.bc
    ->
    llvm-link *.o -o single.bc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions