================
@@ -1,3 +1,4 @@
+# XFAIL: target=x86_64-{{.*}}-windows{{.*}}
----------------
dzhidzhoev wrote:

> @dzhidzhoev would you be able to share the CMake configuration your Windows 
> native CI is using? I'm having trouble spotting what's wrong with my local 
> build.

For sure! Sorry, I needed some time to sort it out, because I hadn't reproduced 
it on my local machine before, only had it in CI.

```
cmake -DLLVM_LIT_ARGS="-v -vv --threads=8 --xunit-xml-output=xunit-report.xml" ^
  -G Ninja -DCMAKE_C_COMPILER_LAUNCHER=ccache 
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache ^
  -DCMAKE_INSTALL_PREFIX=native -DCMAKE_BUILD_TYPE=Release ^
  -DLLVM_ENABLE_PROJECTS=lldb;llvm;clang;lld -DLLVM_ENABLE_ASSERTIONS=ON ^
  -DMake_EXECUTABLE=c:/bin/make-wfix.exe ^
  -DLLDB_TEST_USER_ARGS=--skip-category=watchpoint ^
  -DLLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON ^
 c:/lldb-test-scripts/llvm
```

https://github.com/llvm/llvm-project/pull/100476
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to