[clang] [SystemZ][z/OS] This change adds support for the PPA2 section in zOS (PR #65407)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 20 00:24:48 PDT 2023
================
@@ -43,6 +43,7 @@ enum class Language : uint8_t {
HLSL,
///@}
};
+const char *LanguageToString(Language L);
----------------
MaskRay wrote:
`languageToString`? This file correctly uses `functionName` unlike many other Clang files...
https://github.com/llvm/llvm-project/pull/65407
More information about the cfe-commits
mailing list