[libc-commits] [libc] [libc] Remove the optional arguments for NVPTX constructors (PR #69536)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed Oct 18 17:50:05 PDT 2023
jhuber6 wrote:
> Maybe this is a stupid question, but is it still ok that the function signature of main is `int main(int argc, char **argv, char **envp)`?
Yes, so long as the same signature is used every time you invoke it, which is currently the case for the tests.
https://github.com/llvm/llvm-project/pull/69536
More information about the libc-commits
mailing list