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

[clang][deps] Fix ClangScanDeps tests #8856

Closed NuriAmari closed 4 weeks ago

NuriAmari commented 4 weeks ago

Tests test/ClangScanDeps/modules-cas-full-by-mod-name.c, and test/ClangScanDeps/modules-include-tree-by-mod-name.c were broken by https://github.com/apple/llvm-project/pull/8809. These tests needed adjusting to account for the changes.

NuriAmari commented 4 weeks ago

I don't entirely understand the branching model, not sure if this will be picked into different stable branches automatically. Needs picking into swift/release/6.0 in any case.

artemcm commented 4 weeks ago

I don't entirely understand the branching model, not sure if this will be picked into different stable branches automatically. Needs picking into swift/release/6.0 in any case.

swift/release/6.0 auto-merges into stable/20230725. Could you please re-target this PR for swift/release/6.0?

Thank you so much for fixing these!

NuriAmari commented 4 weeks ago

Could you please re-target this PR for swift/release/6.0?

Done

NuriAmari commented 4 weeks ago

@swift-ci please smoke test

drodriguez commented 4 weeks ago

@swift-ci please smoke test

drodriguez commented 4 weeks ago

@swift-ci please test macOS platform

drodriguez commented 4 weeks ago

@swift-ci please test Linux platform