[PATCH] D110126: [CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on FreeBSD

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 10:56:41 PDT 2021


MaskRay added a comment.

The default target triple (`clang -dumpmachine`) is decided by config.guess (which will be removed by D109837 <https://reviews.llvm.org/D109837>).

If you prefer a target triple without a suffix, just specify `-DLLVM_HOST_TRIPLE=x86_64-pc-freebsd` explicitly for newer clang packages.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110126/new/

https://reviews.llvm.org/D110126



More information about the llvm-commits mailing list