Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 authored Oct 30, 2023
1 parent 2d4e422 commit c553061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libwindrv is a windows driver library for testing the llvm-msvc compiler when tu
## Building win-x64 with llvm-msvc

```
cmake -Bbuild -TLLVM-MSVC_v143
cmake -Bbuild -Ax64 -TLLVM-MSVC_v143
cmake --build build --config Release
```

Expand All @@ -33,7 +33,7 @@ cmake --build build_arm64 --config Release
## Building win-x64 with llvm-msvc in test mode

```
cmake -Bbuild -TLLVM-MSVC_v143 -DENABLE_TEST=1
cmake -Bbuild -Ax64 -TLLVM-MSVC_v143 -DENABLE_TEST=1
cmake --build build --config Release
```

Expand Down

0 comments on commit c553061

Please sign in to comment.