llvm-project
96bde11e - [TargetParser] Remove const from a return type (NFC) (#149255)

Commit
111 days ago
[TargetParser] Remove const from a return type (NFC) (#149255) getHostCPUFeatures constructs and returns a temporary instance of StringMap<bool>. We don't need const on the return type.
Parents
Loading