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

Unified Diff: include/llvm/MC/MCExpr.h

Issue 27690005: [MIPS] Modify LongBranch expansion to work with sandboxing (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Update. Created 7 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
Index: include/llvm/MC/MCExpr.h
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index a2c5bd3f766135b8288145d47e9796c9db39ed27..31fba811130066041bb74c636ae9d1d42c8672cf 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -217,6 +217,10 @@ public:
VK_Mips_GOT_LO16,
VK_Mips_CALL_HI16,
VK_Mips_CALL_LO16,
+ // @LOCALMOD-START
+ VK_Mips_NACL_LONG_BRANCH_HI16,
Mark Seaborn 2013/10/24 23:38:43 This produces: native_client/pnacl/git/llvm/lib/MC
petarj 2013/11/21 18:23:42 Done.
+ VK_Mips_NACL_LONG_BRANCH_LO16,
+ // @LOCALMOD-END
VK_COFF_IMGREL32 // symbol@imgrel (image-relative)
};
« no previous file with comments | « no previous file | lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp » ('j') | lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698