On 27 Nov, Jim Jagielski wrote: > % cc --version > Apple LLVM version 7.3.0 (clang-703.0.31) > Target: x86_64-apple-darwin16.7.0 > Thread model: posix > InstalledDir: > /Applications/Xcode7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
How inconvenient. It looks like Apple uses their own version numbering. The very latest release on llvm.org is 5.0.0. I found this table that maps between Xcode versions, Apple clang versions, and LLVM versions. Based on my FreeBSD testing results (11.0 w/LLVM 3.8.0 works), Xcode 7.3 or higher should work properly on the Mac. If we want to start using CCNUMVER to control these workarounds, we'll have to use different thresholds for clang on Apple vs. clang anywhere else. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
