Skip to content

Commit 2aed90b

Browse files
committed
Fix typo in llvm-config.h.cmake
This patch fixes a typo in https://reviews.llvm.org/rGa1862d78eb45 where parenthesis was placed by in place of curly braces which was strangely building with 3.17. Differential Revision: https://reviews.llvm.org/D114639
1 parent f33d749 commit 2aed90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Config/llvm-config.h.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@
110110
#cmakedefine LLVM_BUILD_SHARED_LIBS
111111

112112
/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
113-
#cmakedefine LLVM_FORCE_USE_OLD_TOOLCHAIN $(LLVM_FORCE_USE_OLD_TOOLCHAIN)
113+
#cmakedefine LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN}
114114

115115
#endif

0 commit comments

Comments
 (0)