[PATCH] D99620: [CMake][Compiler-rt] Fix `LLVM_MAIN_SRC_DIR` to be correct when `llvm-config` reports a path that doesn't exist.
    Julian Lettner via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar 30 15:03:04 PDT 2021
    
    
  
yln added a comment.
In D99620#2659855 <https://reviews.llvm.org/D99620#2659855>, @phosek wrote:
> Other runtimes like libc++, libc++abi and libunwind already assume the monorepo layout and don't rely on `llvm-config`. Removing the `llvm-config` dependency would allow further cleanups in the compiler-rt build so this is a highly desirable change. Given that, I'd actually prefer just making this the default behavior.
+1
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99620/new/
https://reviews.llvm.org/D99620
    
    
More information about the llvm-commits
mailing list