Skip to content

Commit 92238b7

Browse files
committed
WIP: Add libunwind.dll and libc++.dll into the built bin directory
This should allow running clang tests that set PATH="" before executing binaries.
1 parent 4f31e71 commit 92238b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
-DCMAKE_CXX_COMPILER=clang++ `
4444
-DLLVM_LIT_ARGS="-v --time-tests"
4545
ninja test-depends
46+
cp c:\llvm-mingw\bin\libc++.dll bin
47+
cp c:\llvm-mingw\bin\libunwind.dll bin
4648
- name: Run tests
4749
run: |
4850
cd build

0 commit comments

Comments
 (0)