aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCELFStreamer.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-03-09 09:31:44 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-03-09 09:31:44 +0000
commit462bba39c232350894c254d42fbe55f9ff78df56 (patch)
tree0b46e8260a09754a3121bcb9aa62ed8eb1ac40af /lib/MC/MCELFStreamer.cpp
parent8fa6dc431deb7a9aadc23ec0a7bdcb2d02330972 (diff)
downloadexternal_llvm-462bba39c232350894c254d42fbe55f9ff78df56.zip
external_llvm-462bba39c232350894c254d42fbe55f9ff78df56.tar.gz
external_llvm-462bba39c232350894c254d42fbe55f9ff78df56.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176762 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCELFStreamer.cpp')
-rw-r--r--lib/MC/MCELFStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCELFStreamer.cpp b/lib/MC/MCELFStreamer.cpp
index c1428d8..7f5f1b6 100644
--- a/lib/MC/MCELFStreamer.cpp
+++ b/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
//