LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 19908 - clang-tblgen not copied to installation directory
Summary: clang-tblgen not copied to installation directory
Status: NEW
Alias: None
Product: clang
Classification: Unclassified
Component: -New Bugs (show other bugs)
Version: trunk
Hardware: PC All
: P normal
Assignee: Unassigned Clang Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-31 17:08 PDT by Paul Osmialowski
Modified: 2014-06-02 06:09 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Osmialowski 2014-05-31 17:08:47 PDT
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.