================
@@ -179,22 +179,39 @@ StringRef sys::detail::getHostCPUNameForARM(StringRef
ProcCpuinfoContent) {
// Look for the CPU implementer line.
StringRef Implementer;
StringRef Hardware;
- StringRef Part;
+ SmallVector<StringRef, 32> Parts;
----------------
sjoerdmeijer wrote:
Nit: this probably now benefits from a comment explaining that Parts can
contain multiple CPUs, e.g. for a big.little config such as
cortex-x925.cortex-a725.
https://github.com/llvm/llvm-project/pull/146515
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits