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.09k stars 320 forks source link

[lldb] Skip delay-init test when run on pre-macOS 15 #8897

Closed jasonmolenda closed 2 weeks ago

jasonmolenda commented 2 weeks ago

The test has a check that the static linker supports the new option, but it assumed the Xcode 16 linker also meant it was running on macOS 15 and the dynamic linker would honor dependencies flagged this way. But Xcode 16 can be run on macOS 14.5, so we need to skip the test in that combination.

(cherry picked from commit 45927d730bcd2aa3380834ca8db96e32a8b2f2b1)

jasonmolenda commented 2 weeks ago

@swift-ci test

jasonmolenda commented 2 weeks ago

@swift-ci test

jasonmolenda commented 2 weeks ago

@swift-ci test windows