Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 5fb8a43

Browse files
committed
print version
1 parent f7c3ad7 commit 5fb8a43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/dotnet-fuzzing-tools.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ popd
3434
git clone $LIBFUZZER_DOTNET_REPO
3535
pushd libfuzzer-dotnet
3636
git checkout $LIBFUZZER_DOTNET_COMMIT
37+
Write-Output "**** $(clang --version)"
38+
clang --version
3739
clang -g -O2 -fsanitize=fuzzer libfuzzer-dotnet-windows.cc -o libfuzzer-dotnet.exe
3840
if ($LASTEXITCODE -ne 0) { throw "clang exited with $LASTEXITCODE" }
3941
cp libfuzzer-dotnet.exe $ARTIFACTS/libfuzzer-dotnet

0 commit comments

Comments
 (0)