[msan] Fix potential infinite recursion in a test.
If printf is intercepted (it is not atm), REAL(printf) call in the interceptor would get redirected back to my_lgamma, resulting in infinite recursion. llvm-svn: 208294
Loading
Please sign in to comment