Moved the static s_regex into a function body to allow it to be lazily...
Moved the static s_regex into a function body to allow it to be lazily initialized when/if it is ever used. We try to avoid global constructors when building shared libraries on Darwin. llvm-svn: 189397
Loading
Please register or sign in to comment