[llvm-dev] llvm-config error for aarch64

Alina Sbirlea via llvm-dev llvm-dev at lists.llvm.org
Fri Feb 12 10:16:02 PST 2016


Hi everyone,

We are getting the following error when building the Halide library [1]
(the component in question is GlobalISel)

llvm-config: [...]/llvm/tools/llvm-config/llvm-config.cpp:86: void
VisitComponent(const string&, const
llvm::StringMap<AvailableComponent*>&, std::set<AvailableComponent*>&,
std::vector<std::basic_string<char> >&, bool, bool, const
std::function<std::basic_string<char>(const llvm::StringRef&)>*,
std::vector<std::basic_string<char> >*, const string&): Assertion `AC
&& "Invalid component name!"' failed.

The problem can also be reproduced with running:
`llvm-config --libs aarch64`

Could I get your input on how to address this problem?

Thank you,
Alina

[1]http://halide-lang.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160212/e2c9f217/attachment.html>


More information about the llvm-dev mailing list