[Lldb-commits] [PATCH] D30918: [debugserver] This is a small cleanup patch to AVX support detection
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 13 16:12:05 PDT 2017
jasonmolenda added a comment.
Hah, I misread what the 'buffer[first_letter] & 0x40' line was doing still. Maybe use isupper() here instead of the bitmask?
https://reviews.llvm.org/D30918
More information about the lldb-commits
mailing list