[PATCH] D107799: [CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux
    Mike Hommey via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 21 13:01:31 PDT 2022
    
    
  
glandium added a comment.
In D107799#3598787 <https://reviews.llvm.org/D107799#3598787>, @thakis wrote:
> https://github.com/llvm/llvm-project/commit/716e27bc9ad4699bbc82318834e938bcc9682cf8 turned this on for arm linux systems. Having this on by default in some configs on linux and off on others seems like it'd be very confusing. Let's please either have it on or off uniformly per OS?
It's worth noting that darwin is also different, where it uses "darwin" instead of a target triplet, presumably so that the libs there can be universal binaries.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107799/new/
https://reviews.llvm.org/D107799
    
    
More information about the llvm-commits
mailing list