Skip to content

Readme "Compile LLVM yourself:" contains wrong steps #197

@elix22

Description

@elix22

At least in my case the right step that compiled successfully:
git clone https://github.com/llvm/llvm-project.git
~$ cd llvm-project
llvm-project$ git checkout release/17.x
llvm-project$ mkdir llvm/build
llvm-project$ cd llvm/build
build$ cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang"
build$ make

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions