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

Unified Diff: include/llvm/CodeGen/LinkAllCodegenComponents.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 | « include/llvm/CodeGen/JumpInstrTables.h ('k') | include/llvm/CodeGen/MachineConstantPool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/CodeGen/LinkAllCodegenComponents.h
diff --git a/include/llvm/CodeGen/LinkAllCodegenComponents.h b/include/llvm/CodeGen/LinkAllCodegenComponents.h
index 372c294da30616f08b467b4a7a13cc21e0cbec81..86bc5dcb06e90baf3698e6dae4b568f68fa8cb64 100644
--- a/include/llvm/CodeGen/LinkAllCodegenComponents.h
+++ b/include/llvm/CodeGen/LinkAllCodegenComponents.h
@@ -34,7 +34,10 @@ namespace {
(void) llvm::createFastRegisterAllocator();
(void) llvm::createBasicRegisterAllocator();
(void) llvm::createGreedyRegisterAllocator();
+#if !defined(__native_client__)
+ // Not needed by sandboxed translator.
(void) llvm::createDefaultPBQPRegisterAllocator();
+#endif
llvm::linkOcamlGC();
llvm::linkErlangGC();
« no previous file with comments | « include/llvm/CodeGen/JumpInstrTables.h ('k') | include/llvm/CodeGen/MachineConstantPool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698