<div dir="ltr">The past few packages on <a href="http://releases.llvm.org/download.html">http://releases.llvm.org/download.html</a> for mac have required the latest version of mac os.  Previously they were built for 10.5 (I believe).<div><br></div><div>I was just wondering if there is a technical reason for this change in requirements and if not, if it could be revered.  I have systems I actively use which are 10.10 and 10.11 and it would be awesome if I didn't have to build new releases, as it takes quite a while on my older hardware.</div><div><br></div><div>Thank you.</div><div><br></div><div>P.S.  If anyone needs to build a release for themselves, I believe the process is:</div><div><br></div><div><div>clone LLVM from github - <a href="https://github.com/llvm-mirror/llvm">https://github.com/llvm-mirror/llvm</a></div><div><br></div><div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial"><div>get target OS darwin version from here: <a href="https://en.wikipedia.org/wiki/Darwin_(operating_system)">https://en.wikipedia.org/wiki/Darwin_(operating_system)</a> - in the example below I'm building for 14.5.0</div></div><br></div><div>llvm/utils/release/test-release.sh -release 6.0.0 -final -triple x86_64-apple-darwin14.5.0</div><div><br></div><div>results in: llvm/utils/release/final/clang+llvm-6.0.0-x86_64-apple-darwin14.5.0.tar.xz</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>