File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ # Third-party LLVM dependencies
2+
3+ This subfolder contains third-party dependencies used in various components of LLVM.
4+ Integrating a new third-party dependency generally requires it to be licensed under
5+ the Apache-with-LLVM-exception license. For integrating code under other licenses,
6+ please follow the process explained in the [ LLVM Developer Policy] ( https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents ) .
7+
8+ In particular, Boost.Math is cleared for usage within the libc++ compiled library
9+ exclusively as discussed in [ this RFC] ( https://discourse.llvm.org/t/rfc-libc-taking-a-dependency-on-boost-math-for-the-c-17-math-special-functions ) .
10+ Do not use it in other parts of LLVM without prior discussion (and update to this documentation).
You can’t perform that action at this time.
0 commit comments