[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:32:13 PDT 2020
phosek added a comment.
This change broke our toolchain build with the following error:
CMake Error at runtimes/CMakeLists.txt:500 (llvm_ExternalProject_Add):
Syntax error in cmake code at
/b/s/w/ir/k/llvm-project/llvm/runtimes/CMakeLists.txt:518
when parsing string
${{name}_toolchain_tools}
Invalid character ('{') in a variable name: ''
Call Stack (most recent call first):
runtimes/CMakeLists.txt:565 (runtime_register_target)
Is it possible to quickly address the issue or revert the change?
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