summaryrefslogtreecommitdiff
path: root/openmp/README.rst
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-04-04 13:13:19 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-08-18 15:33:35 -0400
commitf7a33090a91015836497c75f173775392ab0304d (patch)
tree89ff558da243a70b58ccfe7f405e9e92deaf18f5 /openmp/README.rst
parent8a10ee7590a91c9b2e5c80b52822a3a4c3af1a15 (diff)
downloadllvm-f7a33090a91015836497c75f173775392ab0304d.tar.gz
[cmake] Use `CMAKE_INSTALL_LIBDIR` too
We held off on this before as `LLVM_LIBDIR_SUFFIX` conflicted with it. Now we return this. `LLVM_LIBDIR_SUFFIX` is kept as a deprecated way to set `CMAKE_INSTALL_LIBDIR`. The other `*_LIBDIR_SUFFIX` are just removed entirely. I imagine this is too potentially-breaking to make LLVM 15. That's fine. I have a more minimal version of this in the disto (NixOS) patches for LLVM 15 (like previous versions). This more expansive version I will test harder after the release is cut. Reviewed By: sebastian-ne, ldionne, #libc, #libc_abi Differential Revision: https://reviews.llvm.org/D130586
Diffstat (limited to 'openmp/README.rst')
-rw-r--r--openmp/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/README.rst b/openmp/README.rst
index ffa49e4d2a49..b31a431f395d 100644
--- a/openmp/README.rst
+++ b/openmp/README.rst
@@ -108,8 +108,8 @@ Options for all Libraries
**OPENMP_ENABLE_WERROR** = ``OFF|ON``
Treat warnings as errors and fail, if a compiler warning is triggered.
-**OPENMP_LIBDIR_SUFFIX** = ``""``
- Extra suffix to append to the directory where libraries are to be installed.
+**OPENMP_INSTALL_LIBDIR** = ``lib``
+ Name or path of the directory where libraries are to be installed.
**OPENMP_TEST_C_COMPILER** = ``${CMAKE_C_COMPILER}``
Compiler to use for testing. Defaults to the compiler that was also used for