================
@@ -12,6 +12,7 @@
 class MultipleSlidesTestCase(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
+    @expectedFailureAll(oslist=["windows"], archs=["x86_64"])
----------------
kendalharland wrote:

I see. Our command lines look identical. Can you also please share the linker 
command that your clang invocation is generating? I am also curious to know how 
you built lld. Perhaps I'm missing an earlier step.

My clang output with `-v` specified is:

```
"C:\workspace\llvm-project\build\bin\clang.exe" -O0 -m64    -c 
C:\workspace\llvm-project\lldb\test\API\functionalities\multiple-slides/main.c 
-o main.o
"C:\workspace\llvm-project\build\bin\clang.exe" main.o -gdwarf -O0 -m64 
-IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../../include
 -IC:/workspace/llvm-project/build/tools/lldb/include 
-IC:\workspace\llvm-project\lldb\test\API\functionalities\multiple-slides 
-IC:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make -include 
C:\workspace\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h
 -fno-limit-debug-info   -v  -fuse-ld=lld --driver-mode=g++ -o "a.out"
clang version 20.0.0git (https://github.com/kendalharland/llvm-project 
bf6f1f2f5f23857eb18e08fbef29c5ca2e553bea)
Target: x86_64-unknown-windows-msvc
Thread model: posix
InstalledDir: C:\workspace\llvm-project\build\bin
 "C:\\workspace\\llvm-project\\build\\bin\\lld-link" -out:a.out 
-defaultlib:libcmt -defaultlib:oldnames -nologo -debug main.o
```

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

Reply via email to