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

Unified Diff: lib/Target/X86/X86TargetObjectFile.h

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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/X86/X86TargetMachine.cpp ('k') | lib/Target/X86/X86TargetObjectFile.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Target/X86/X86TargetObjectFile.h
diff --git a/lib/Target/X86/X86TargetObjectFile.h b/lib/Target/X86/X86TargetObjectFile.h
index 6a6988a2e2f65a7b5117a1c553f5e420aa8b196d..75b9b697b1630bfc42e900493423c41698305579 100644
--- a/lib/Target/X86/X86TargetObjectFile.h
+++ b/lib/Target/X86/X86TargetObjectFile.h
@@ -53,6 +53,13 @@ namespace llvm {
const Constant *C) const override;
};
+ // @LOCALMOD-BEGIN
+ class TargetLoweringObjectFileNaCl : public TargetLoweringObjectFileELF {
+ public:
+ virtual void Initialize(MCContext &ctx, const TargetMachine &TM);
+ };
+ // @LOCALMOD-END
+
} // end namespace llvm
#endif
« no previous file with comments | « lib/Target/X86/X86TargetMachine.cpp ('k') | lib/Target/X86/X86TargetObjectFile.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698