[ORC] Switch from strncpy to memcpy to silence more GCC warnings.
GCC warns when strncpy doesn't copy the null terminator. See discussion at https://reviews.llvm.org/rG9d701c8a8d65.
Loading
Please sign in to comment
GCC warns when strncpy doesn't copy the null terminator. See discussion at https://reviews.llvm.org/rG9d701c8a8d65.