- Currently, before printing a label in MCSymbol.cpp (MCSymbol::print), the current code "validates" the label that is to be printed.
 - If it fails the validation step, then it prints the label within double quotes.
 - However, the validation is provided as a virtual function in MCAsmInfo.h (i.e. isAcceptableChar() function). So we can override this for the AD_HLASM dialect in SystemZMCAsmInfo.cpp.
 
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo