Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-tblgen not copied to installation directory #20282

Closed
llvmbot opened this issue Jun 1, 2014 · 0 comments
Closed

clang-tblgen not copied to installation directory #20282

llvmbot opened this issue Jun 1, 2014 · 0 comments
Labels
bugzilla Issues migrated from bugzilla cmake Build system in general and CMake in particular

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jun 1, 2014

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.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
@nikic nikic closed this as completed in 7068818 Jan 12, 2023
@EugeneZelenko EugeneZelenko added cmake Build system in general and CMake in particular and removed clang Clang issues not falling into any other category labels Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla cmake Build system in general and CMake in particular
Projects
None yet
Development

No branches or pull requests

2 participants