[PATCH] D85329: [AIX] Try to not use LLVM tools while building runtimes

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 18:33:25 PDT 2020


phosek added inline comments.


================
Comment at: llvm/runtimes/CMakeLists.txt:295
                                         ${${target}_extra_args}
-                             TOOLCHAIN_TOOLS clang lld llvm-ar llvm-lipo llvm-ranlib llvm-nm llvm-objcopy llvm-objdump llvm-strip
+                             TOOLCHAIN_TOOLS clang ${target}_toolchain_tools
                              USE_TOOLCHAIN
----------------
There is a curly brace missing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85329



More information about the llvm-commits mailing list