diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-06 00:03:15 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-06 00:03:15 +0000 |
commit | 4998280fdfafacf3eec44b19de357d2b7ab437fe (patch) | |
tree | 7aac666a8ebb5ee31df44dd6ed1484499716821c /llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | |
parent | 1f529663bb70a01146f96f02f2bdd636a1aec89c (diff) | |
download | bcm5719-llvm-4998280fdfafacf3eec44b19de357d2b7ab437fe.tar.gz bcm5719-llvm-4998280fdfafacf3eec44b19de357d2b7ab437fe.zip |
Just returning false is the default.
llvm-svn: 200890
Diffstat (limited to 'llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp index 26a8faeea10..1098c911bdf 100644 --- a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp +++ b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp @@ -70,10 +70,6 @@ public: LLVM_OVERRIDE { return createSystemZObjectWriter(OS, OSABI); } - virtual bool doesSectionRequireSymbols(const MCSection &Section) const - LLVM_OVERRIDE { - return false; - } }; } // end anonymous namespace |