This change extends the existing ARM version of the function sys::getHostCPUFeatures to correctly recognize the AArch64 kernel features. Unfortunately there is no testcase for this patch since I can't see how to reasonably write one (nor is this function used anywhere in the codebase), the result of any testcase for this would differ depending on what platform it was run on.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Bradley,
Just one comment here:
lib/Support/Host.cpp | ||
---|---|---|
719–723 | Could we have a local enum for this? |
Could we have a local enum for this?