diff options
author | Marek Olšák <marek.olsak@amd.com> | 2017-03-06 17:34:41 +0100 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2017-03-06 17:35:36 +0100 |
commit | 5ac6ab701f05ed7e5b9e8c277ca8eba085a98315 (patch) | |
tree | 12a3dfeebbebeb3969939e08ae997e2640876dd2 /docs | |
parent | c416d8a3bcc085d13489da618c9169b343c226eb (diff) |
docs/relnotes/17.1.0: document the new LLVM requirement
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/17.1.0.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index b07cf0bdf1..ada1e3850d 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -60,7 +60,8 @@ Note: some of the new features are only available with certain drivers. <ul> <li>Removed the ilo gallium driver.</li> <li>The configure option --enable-gallium-llvm is superseded by --enable-llvm.</li> -<li>swr driver now requires llvm >= 3.9.0.</li> +<li>The swr driver now requires LLVM >= 3.9.0.</li> +<li>The radeonsi driver now requires LLVM 3.8.0.</li> </ul> </div> |