Skip to content

Commit

Permalink
Fix path in the libcxx step
Browse files Browse the repository at this point in the history
  • Loading branch information
ccadar committed Jul 8, 2024
1 parent 459968e commit c19e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-llvm13.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ KLEE does not work under x86-32.
Make sure that `clang++-13` is in your path. Then, run from the main KLEE source directory:

```bash
$ LLVM_VERSION=13 BASE=<LIBCXX_DIR> ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 ENABLE_DEBUG=0 REQUIRES_RTTI=1 klee/scripts/build/build.sh libcxx
$ LLVM_VERSION=13 BASE=<LIBCXX_DIR> ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 ENABLE_DEBUG=0 REQUIRES_RTTI=1 scripts/build/build.sh libcxx
```
where `<LIBCXX_DIR>` is the absolute path where libc++ should be cloned and built.

Expand Down

0 comments on commit c19e499

Please sign in to comment.