Skip to content

clang-tblgen not copied to installation directory #20282

Closed
@llvmbot

Description

Bugzilla Link 19908
Version trunk
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

I've built llvm with clang, lldb and compiler-rt (all from their git masters) and installed (by means of 'make install' command) these things in some directory. Then I tried to cross-compile all these things to AArch64 using advices taken from this page: http://llvm.org/docs/HowToCrossCompileLLVM.html
Among cmake flags listed there, two require providing full paths to installed llvm-tblgen and clang-tblgen. To my surprise, although llvm-tblgen was present in installation directory, clang-tblgen was absent! I found that indeed it was built during building process, it's just 'make install' stage that didn't copy it to the final place.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillacmakeBuild system in general and CMake in particular

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions