[PATCH] D120310: [clang][analyzer] Add modeling of 'errno'.

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 25 08:15:10 PST 2022


steakhal added a comment.

In D120310#3345696 <https://reviews.llvm.org/D120310#3345696>, @balazske wrote:

> The "hip-link-bundle-archive" test looks really unrelated, the others are fixed if we go back to `-DERRNO_VAR` (no `"` characters in command line, and probably `/` does not work too). There are Debian build errors but these look unrelated(?).

I think its the forward slashes.

We could workaround the issue by adding this line to the test files: `// REQUIRES: system-linux`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120310/new/

https://reviews.llvm.org/D120310



More information about the cfe-commits mailing list