Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos 为什么叮当作响';s的llvm版本是10.0.0,但最新的llvm版本是7.0.0?;_Macos_Llvm_Llvm Clang - Fatal编程技术网

Macos 为什么叮当作响';s的llvm版本是10.0.0,但最新的llvm版本是7.0.0?;

Macos 为什么叮当作响';s的llvm版本是10.0.0,但最新的llvm版本是7.0.0?;,macos,llvm,llvm-clang,Macos,Llvm,Llvm Clang,我的clang版本是苹果LLVM版本10.0.0(clang-1000.11.45.5),但最新的LLVM版本是7.0.0,为什么 l:tmp苹果$clang++--版本 苹果LLVM版本10.0.0(clang-1000.11.45.5) 目标:x86_64-apple-darwin18.2.0 线程模型:posix InstalledDir:/Applications/Xcode.app/Contents/Developer/Toolchains/xcodefault.xctoolchain

我的clang版本是苹果LLVM版本10.0.0(clang-1000.11.45.5),但最新的LLVM版本是7.0.0,为什么

l:tmp苹果$clang++--版本
苹果LLVM版本10.0.0(clang-1000.11.45.5)
目标:x86_64-apple-darwin18.2.0
线程模型:posix
InstalledDir:/Applications/Xcode.app/Contents/Developer/Toolchains/xcodefault.xctoolchain/usr/bin

苹果的分叉LLVM版本号与XCode版本一致,因此与上游版本没有直接关系


e、 g.苹果LLVM 10.0.0是用XCode 10.0发布的。

苹果维护自己的LLVM分支。很可能它的版本不同。