swiftlang / llvm-project

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

Fix mismerge with remote cache path error #9170

Closed rastogishubham closed 2 months ago

rastogishubham commented 2 months ago

When using the -fcasid-output option, even if a remote cache path is not passed we can still see the error:

error: '-fcasid-output' is incompatible with remote caching backend

This patch fixes that bug

(cherry picked from commit 0a90143edf01b50082154223f05e26413f0c16db)

rastogishubham commented 2 months ago

@swift-ci please test llvm