[llvm-branch-commits] [llvm] release/19.x: [NFC] fix build failure (#100993) (PR #112551)

Aaron Puchert via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Oct 21 10:04:42 PDT 2024


aaronpuchert wrote:

> I'm assuming this isn't an ABI break in any cases where this builds?

The function is not declared in any header file, in fact it sits in an ([unfortunately](https://llvm.org/docs/CodingStandards.html#anonymous-namespaces) relatively large) anonymous namespace (starting here at line 1732). So it should be fine.

https://github.com/llvm/llvm-project/pull/112551


More information about the llvm-branch-commits mailing list