[PATCH] D159486: Fix build error in CI.
Mikael Holmén via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 11 23:28:46 PDT 2023
uabelho added a comment.
Hi @zahiraam ,
I have a couple of downstream testcases that fail with this patch.
Before
> clang bbi-86364.c -lm -O3
> ./a.out
passed but with the patch the assert in the program fails:
a.out: bbi-86364.c:9: int main(): Assertion `(*__errno_location ()) == 33' failed.
Is this as expected?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159486/new/
https://reviews.llvm.org/D159486
More information about the cfe-commits
mailing list