Skip to content

Commit

Permalink
Add missing backslash (#8419)
Browse files Browse the repository at this point in the history
  • Loading branch information
abadams committed Sep 15, 2024
1 parent a65221b commit 6fb13b7
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 @@ -175,7 +175,7 @@ Then build it like so:

```shell
$ cmake -G Ninja -S llvm-project/llvm -B build \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_PROJECTS="clang;lld;clang-tools-extra" \
-DLLVM_ENABLE_RUNTIMES=compiler-rt \
-DLLVM_TARGETS_TO_BUILD="WebAssembly;X86;AArch64;ARM;Hexagon;NVPTX;PowerPC;RISCV" \
Expand Down

0 comments on commit 6fb13b7

Please sign in to comment.