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

Unified Diff: src/compiler/pipeline.h

Issue 2416243002: Make unittests work in component build (Closed)
Patch Set: updates Created 4 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 | « src/compiler/operator-properties.h ('k') | src/compiler/raw-machine-assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/pipeline.h
diff --git a/src/compiler/pipeline.h b/src/compiler/pipeline.h
index 64befbfe064ceb078a376b59f3af7b8b7bc6a027..0c0a57b28605a53b39c11a45c43395d15da2191e 100644
--- a/src/compiler/pipeline.h
+++ b/src/compiler/pipeline.h
@@ -7,6 +7,7 @@
// Clients of this interface shouldn't depend on lots of compiler internals.
// Do not include anything from src/compiler here!
+#include "src/globals.h"
#include "src/objects.h"
namespace v8 {
@@ -53,9 +54,9 @@ class Pipeline : public AllStatic {
Schedule* schedule = nullptr);
// Run just the register allocator phases.
- static bool AllocateRegistersForTesting(const RegisterConfiguration* config,
- InstructionSequence* sequence,
- bool run_verifier);
+ V8_EXPORT_PRIVATE static bool AllocateRegistersForTesting(
+ const RegisterConfiguration* config, InstructionSequence* sequence,
+ bool run_verifier);
// Run the pipeline on a machine graph and generate code. If {schedule} is
// {nullptr}, then compute a new schedule for code generation.
« no previous file with comments | « src/compiler/operator-properties.h ('k') | src/compiler/raw-machine-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698