Set default CPU for OpenBSD/arm to Cortex-A8
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I posted the diff here as I wasn't sure what to use as a test (as opposed to from Clang's perspective).
Comment Actions
You probably want unittests/ADT/TripleTest.cpp. A good way to find this out yourself is to "git blame" the file you're modifying and look at what tests were added for similar bits. A refactoring in this case, but it's still pretty evident from the diff.
Comment Actions
I'm not sure why OpenBSD needs "arm" to default to cortex-A8, but assuming that's the correct behaviour, LGTM. It's not like others don't do that as well. :)