[PATCH] D99755: Remove clang/runtime and `COMPILER_RT_INSTALL_PATH`
    John Ericson via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Apr  1 11:23:35 PDT 2021
    
    
  
Ericson2314 added inline comments.
================
Comment at: compiler-rt/cmake/base-config-ix.cmake:95
   set(COMPILER_RT_LIBRARY_INSTALL_DIR
-    ${COMPILER_RT_INSTALL_PATH})
+    "")
 else(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR)
----------------
I'm a bit confused we'd ever want too install libs directly in `${CMAKE_INSTALL_PREFIX}`, but that is technically the existing behavior, with the default value for `COMPILER_RT_INSTALL_PATH`, so I kept it.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99755/new/
https://reviews.llvm.org/D99755
    
    
More information about the cfe-commits
mailing list