[clang] [Clang][Sema] Fix -Whigher-precision-for-complex-division (PR #131477)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 9 06:05:56 PDT 2025
=?utf-8?q?Mészáros?= Gergely <maetveis at gmail.com>,Gergely Meszaros
<gergely.meszaros at intel.com>,Gergely Meszaros <gergely.meszaros at intel.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/131477 at github.com>
zahiraam wrote:
> Don't know what's up with buildkite, it looks as if it doesn't like multiple commits? The commit ID its trying to check out is the first in the series, but `git fetch -v --prune -- origin refs/pull/131477/head` is giving it `c62bde990396854bd4015c4ad19894e9297ebe18` which I guess is a squashed commit?
Yes, I think the issue here is the multiple commits. You may need to do an interactive rebase.
https://github.com/llvm/llvm-project/pull/131477
More information about the cfe-commits
mailing list