[PATCH] D107799: [CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 26 14:00:14 PDT 2021


MaskRay added a comment.

In D107799#2968007 <https://reviews.llvm.org/D107799#2968007>, @eugenis wrote:

> FYI this broke several sanitizer bots like this one: https://lab.llvm.org/buildbot/#/builders/168/builds/2015

Is the problem sanitizer bots' use of `-L`? 
Add `-DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=off` to their cmake configurations for now?


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