[PATCH] D56593: [SelectionDAG][RFC] Allow the user to specify a memeq function (v5).
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 15 09:21:59 PDT 2022
xbolva00 added a comment.
>> I guess we can go with the flag being used by gcc: -fextra-libc-function=__memcmpeq.
maybe allow also form I guess we can go with the flag being used by gcc: -fextra-libc-function=fn1,fn2,fn2 so user can enable newer functions from never glibc.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56593/new/
https://reviews.llvm.org/D56593
More information about the llvm-commits
mailing list