Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Unified Diff: lib/Target/ARM/ARMELFWriterInfo.cpp

Issue 4294001: arm-mc-elf-s07 (Closed)
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/Target/ARM/ARMELFWriterInfo.h ('k') | lib/Target/MBlaze/MBlazeELFWriterInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/ARM/ARMELFWriterInfo.cpp
===================================================================
--- a/lib/Target/ARM/ARMELFWriterInfo.cpp
+++ b/lib/Target/ARM/ARMELFWriterInfo.cpp
@@ -14,6 +14,7 @@
#include "ARMELFWriterInfo.h"
#include "ARMRelocations.h"
#include "llvm/Function.h"
+#include "llvm/CodeGen/BinaryObject.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
@@ -32,7 +33,8 @@
ARMELFWriterInfo::~ARMELFWriterInfo() {}
-unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const {
+unsigned ARMELFWriterInfo::getRelocationType(const BinaryObject &S,
+ const MachineRelocation &MR) const {
assert(0 && "ARMELFWriterInfo::getRelocationType() not implemented");
return 0;
}
« no previous file with comments | « lib/Target/ARM/ARMELFWriterInfo.h ('k') | lib/Target/MBlaze/MBlazeELFWriterInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698