Replaced the call to strdup() with a new operator followed by a strcpy().
This should prevent calls to the new oerator and malloc. llvm-svn: 8587
Loading
Please register or sign in to comment
This should prevent calls to the new oerator and malloc. llvm-svn: 8587