[LLVMbugs] [Bug 19908] New: clang-tblgen not copied to installation directory
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat May 31 15:08:47 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19908
Bug ID: 19908
Summary: clang-tblgen not copied to installation directory
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: newchief at king.net.pl
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140531/540181e2/attachment.html>
More information about the llvm-bugs
mailing list