[PATCH] D81408: [builtins] Improve compatibility with 16 bit targets
Ayke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 9 06:00:03 PDT 2020
aykevl added a comment.
I tested this patch against my local testing system to make sure it didn't break anything, and I get the same number of failures (most of which are due to a missing complex.h file, which is unrelated). So it looks fine from my point of view, although I know not enough about this code to LGTM it.
Note that double float (float128) doesn't work in my setup, so I can't test changes related to that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81408/new/
https://reviews.llvm.org/D81408
More information about the cfe-commits
mailing list