================
@@ -135,6 +135,8 @@ class MCAssembler {
std::vector<std::pair<std::string, size_t>> FileNames;
// Optional compiler version.
std::string CompilerVersion;
+ // PPC CPU type.
+ StringRef CPU;
----------------
EsmeYi wrote:
Changed, thanks!
https://github.com/llvm/llvm-project/pull/95510