Skip to content

Commit

Permalink
readme: Fix missing "host" LLVM target
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschuiki committed Jul 12, 2022
1 parent 894ae30 commit d0c5a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ And then follow these steps:
-DLLVM_ENABLE_PROJECTS=mlir \
-DLLVM_INSTALL_UTILS=ON \
-DLLVM_OPTIMIZED_TABLEGEN=ON \
-DLLVM_TARGETS_TO_BUILD=""
-DLLVM_TARGETS_TO_BUILD="host"
cmake --build . --target install
popd

Expand Down

0 comments on commit d0c5a3a

Please sign in to comment.