[clang] [clang] Fix of a crash 'Cannot get layout of forward declarations!' during CTU static analysis (PR #155375)

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 29 03:10:27 PDT 2025


=?utf-8?q?Balázs_Kéri?= <balazs.keri at ericsson.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/155375 at github.com>


dyung wrote:

> LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-5` while building `clang` at step 6 "test-build-unified-tree-check-all".
> 
> Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/26374
> 
> Here is the relevant piece of the build log for the reference

@balazske, the test you added seems to not handle paths on MacOS with forward slashes in them correctly. It seems like sed might be trying to interpret them mistakenly instead of treating it as a path. Can you take a look and fix it so we can get the bot back to green?

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


More information about the cfe-commits mailing list