aboutsummaryrefslogtreecommitdiff
path: root/test_defs.bzl
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2019-04-09 15:36:28 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-04-10 13:48:15 -0400
commitbb1a4665c91e02e1d2f7e63d8482fb6a05e34628 (patch)
tree020d25e816105d2461022b0824d1a7f79573c8e1 /test_defs.bzl
parent4f4dc410d7847033f1e65c91ed9a92547830f4ad (diff)
downloaddagger2-bb1a4665c91e02e1d2f7e63d8482fb6a05e34628.tar.gz
Serialize metadata about the binding graph in abstract component implementations
This allows us to reconstruct ComponentImplementation instances from types that have already been compiled, saving time during component proccessing. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=242753707
Diffstat (limited to 'test_defs.bzl')
-rw-r--r--test_defs.bzl4
1 files changed, 4 insertions, 0 deletions
diff --git a/test_defs.bzl b/test_defs.bzl
index f72927a0a..15ab299f3 100644
--- a/test_defs.bzl
+++ b/test_defs.bzl
@@ -22,6 +22,10 @@ BUILD_VARIANTS = {
"-Adagger.fastInit=enabled",
"-Adagger.experimentalAheadOfTimeSubcomponents=enabled",
],
+ "AheadOfTimeSubcomponents_ForceUseSerializedComponentImplementations": [
+ "-Adagger.experimentalAheadOfTimeSubcomponents=enabled",
+ "-Adagger.forceUseSerializedComponentImplementations=enabled",
+ ],
}
# TODO(ronshapiro): convert this to use bazel_common