apple / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.1k stars 320 forks source link

[lldb][test] XFAIL TestCCallingConventions.py on Linux #8845

Closed Michael137 closed 4 weeks ago

Michael137 commented 4 weeks ago

The test-suite by default gets linked with LLD on our Ubuntu Swift CI bots causing the vector_call test-case to fail. This is a known issue: https://github.com/llvm/llvm-project/issues/56084

Haven't found a good way to XFAIL a test based on the linker used, so XFAIL it for all of Linux for now.

rdar://129208184