File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
llvm/include/llvm/Bitcode Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -791,9 +791,15 @@ enum AttributeKindCodes {
791
791
ATTR_KIND_CORO_ELIDE_SAFE = 98 ,
792
792
ATTR_KIND_NO_EXT = 99 ,
793
793
ATTR_KIND_NO_DIVERGENCE_SOURCE = 100 ,
794
- ATTR_KIND_SANITIZED_PADDED_GLOBAL = 101 ,
795
- ATTR_KIND_SANITIZE_TYPE = 102 ,
796
- ATTR_KIND_CAPTURES = 103 ,
794
+ ATTR_KIND_SANITIZE_TYPE = 101 ,
795
+ ATTR_KIND_CAPTURES = 102 ,
796
+
797
+ // TODO: Get rid of this.
798
+ // There really shouldn't be incompatible bitcode changes specific to AMD
799
+ // branches because that is prone to break compiler developer's workflows. In
800
+ // the meantime, try to reduce the blast radius by using bitcode values that
801
+ // are extremely unlikely to be used upstream.
802
+ ATTR_KIND_SANITIZED_PADDED_GLOBAL = 9999 ,
797
803
};
798
804
799
805
enum ComdatSelectionKindCodes {
You can’t perform that action at this time.
0 commit comments