summaryrefslogtreecommitdiff
path: root/gcc/flag-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flag-types.h')
-rw-r--r--gcc/flag-types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/flag-types.h b/gcc/flag-types.h
index ec16faa18a3..97382719ff7 100644
--- a/gcc/flag-types.h
+++ b/gcc/flag-types.h
@@ -229,4 +229,14 @@ enum vtv_priority {
VTV_STANDARD_PRIORITY = 1,
VTV_PREINIT_PRIORITY = 2
};
+
+/* flag_lto_partition initialization values. */
+enum lto_partition_model {
+ LTO_PARTITION_NONE = 0,
+ LTO_PARTITION_ONE = 1,
+ LTO_PARTITION_BALANCED = 2,
+ LTO_PARTITION_1TO1 = 3,
+ LTO_PARTITION_MAX = 4
+};
+
#endif /* ! GCC_FLAG_TYPES_H */