One of my users has a compiler that identifies itself as:
Apple LLVM version 7.3.0 (clang-703.0.29)
To try to replicate a problem they’re experiencing, I’d like to check out the exact revision of libc++ that ships with this compiler. What would that revision be?
Also, is there a place I can look to find this out myself?