[clang] [analyzer] Pin the target triple in Analysis/string-search-modeling.c (PR #213279)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 31 07:05:14 PDT 2026
=?utf-8?q?Balázs?= Benics <benicsbalazs at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/213279 at github.com>
earnol wrote:
If we pinning target the clause with :
```
#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
```
makes little sense as this condition is always true. Yet i think it can be left as it for the future improvements as it should not break the tests.
https://github.com/llvm/llvm-project/pull/213279
More information about the cfe-commits
mailing list