diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2013-03-09 09:31:44 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2013-03-09 09:31:44 +0000 |
commit | c1f9694d0571049698e6e3af7d452d6fdabc410d (patch) | |
tree | 1872a8a314dc8fc90977160a388018307d891c73 /llvm/lib/MC/MCELFStreamer.cpp | |
parent | 252d6a385c78f8a827a55002cd03a00170ae4ae6 (diff) | |
download | bcm5719-llvm-c1f9694d0571049698e6e3af7d452d6fdabc410d.tar.gz bcm5719-llvm-c1f9694d0571049698e6e3af7d452d6fdabc410d.zip |
We need a shndx if the number of sections breaks SHN_LORESERVE. This condition
for choosing to emit a shndx was simply testing the wrong variable.
llvm-svn: 176762
Diffstat (limited to 'llvm/lib/MC/MCELFStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCELFStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCELFStreamer.cpp b/llvm/lib/MC/MCELFStreamer.cpp index c1428d85878..7f5f1b63e5f 100644 --- a/llvm/lib/MC/MCELFStreamer.cpp +++ b/llvm/lib/MC/MCELFStreamer.cpp @@ -1,4 +1,4 @@ -//===- lib/MC/MCELFStreamer.cpp - ELF Object Output ------------===// +//===- lib/MC/MCELFStreamer.cpp - ELF Object Output -----------------------===// // // The LLVM Compiler Infrastructure // |