Don't discard definitions of common symbols. Not sure if this is the right fix.
Before this change, the program: int var; int main(void) { return 0; } when run under 'nm -g' would show 'U var' with the gold plugin and 'B var' with gcc. llvm-svn: 64616
Loading
Please register or sign in to comment