Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 8f94441

Browse files
committed
[cmake] Push LLVM_LIBDIR_SUFFIX through to the LLVMConfig.cmake file
that is used by other projects to build against LLVM. This will allow subsequent patches to them to use LLVM_LIBDIR_SUFFIX, both when built as part of the larger LLVM build an as part of a standalone build against an installed set of LLVM libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224920 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7c150ba commit 8f94441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/modules/LLVMConfig.cmake.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ set(LLVM_ENABLE_PIC @LLVM_ENABLE_PIC@)
4040
set(LLVM_ON_UNIX @LLVM_ON_UNIX@)
4141
set(LLVM_ON_WIN32 @LLVM_ON_WIN32@)
4242

43+
set(LLVM_LIBDIR_SUFFIX @LLVM_LIBDIR_SUFFIX@)
44+
4345
set(LLVM_INCLUDE_DIRS "@LLVM_CONFIG_INCLUDE_DIRS@")
4446
set(LLVM_LIBRARY_DIRS "@LLVM_CONFIG_LIBRARY_DIRS@")
4547
set(LLVM_DEFINITIONS "-D__STDC_LIMIT_MACROS" "-D__STDC_CONSTANT_MACROS")

0 commit comments

Comments
 (0)