Skip to content

Commit 63f0d78

Browse files
committed
Reword Boost.Math usage intent
1 parent 2dca330 commit 63f0d78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

third-party/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Integrating a new third-party dependency generally requires it to be licensed un
55
the Apache-with-LLVM-exception license. For integrating code under other licenses,
66
please follow the process explained in the [LLVM Developer Policy](https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents).
77

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
11+
(and update this documentation).

0 commit comments

Comments
 (0)