Don't run internalize if we're outputing bit-code and not an object file.
The problem with running internalize before we're ready to output an object file is that it may change a 'weak' symbol into an internal one, but that symbol could be needed by an external object file --- e.g. with arclite. <rdar://problem/14334895> llvm-svn: 185882
Loading
Please register or sign in to comment