diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-02-15 22:49:17 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-02-15 22:49:17 +0000 |
commit | e0afaa301d763096af400ef44714b0f4deb5b68b (patch) | |
tree | 31048e173f598af0b2dec78c64e4827c50b36551 /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 225f7474863a11a7baded7d6505400ce3328331e (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64616 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
0 files changed, 0 insertions, 0 deletions