You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: third-party/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Integrating a new third-party dependency generally requires it to be licensed un
5
5
the Apache-with-LLVM-exception license. For integrating code under other licenses,
6
6
please follow the process explained in the [LLVM Developer Policy](https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents).
7
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).
8
+
In particular, due to its non-LLVM license, the Boost.Math third-party dependency
9
+
can exclusively be used within the libc++ compiled library 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 with the LLVM Board
0 commit comments