Skip to content

Commit

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

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

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

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

## Building win-arm64 with llvm-msvc in test mode
Expand Down

0 comments on commit 6e41bf4

Please sign in to comment.