We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93cd15 commit 0739ce8Copy full SHA for 0739ce8
llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
@@ -129,6 +129,8 @@ ARMCOFFMCAsmInfoMicrosoft::ARMCOFFMCAsmInfoMicrosoft() {
129
130
// Conditional Thumb 4-byte instructions can have an implicit IT.
131
MaxInstLength = 6;
132
+
133
+ initializeVariantKinds(variantKindDescs);
134
}
135
136
void ARMCOFFMCAsmInfoGNU::anchor() { }
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
@@ -53,6 +53,8 @@ SystemZMCAsmInfoGOFF::SystemZMCAsmInfoGOFF(const Triple &TT) {
53
IsLittleEndian = false;
54
55
SupportsDebugInformation = true;
56
57
58
59
60
bool SystemZMCAsmInfoGOFF::isAcceptableChar(char C) const {
0 commit comments