[llvm-commits] [compiler-rt] r163611 - /compiler-rt/trunk/CMakeLists.txt

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Sep 11 04:35:19 PDT 2012


Author: eugenis
Date: Tue Sep 11 06:35:18 2012
New Revision: 163611

URL: http://llvm.org/viewvc/llvm-project?rev=163611&view=rev
Log:
Fox a typo.

Modified:
    compiler-rt/trunk/CMakeLists.txt

Modified: compiler-rt/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CMakeLists.txt?rev=163611&r1=163610&r2=163611&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Tue Sep 11 06:35:18 2012
@@ -112,7 +112,7 @@
 string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION
        ${PACKAGE_VERSION})
 # Setup the paths where compiler-rt runtimes and headers should be stored.
-set(LIBCLANG_INSTALL_PATH lib${LLVM_LIBIR_SUFFIX}/clang/${CLANG_VERSION})
+set(LIBCLANG_INSTALL_PATH lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION})
 string(TOLOWER ${CMAKE_SYSTEM_NAME} LIBCLANG_OS_DIR)
 
 # Install compiler-rt headers.





More information about the llvm-commits mailing list