[Bug 236772] build error on cross compile: '.../c++/v1/experimental/' does not exist
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 30 10:02:44 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236772
--- Comment #4 from Dimitry Andric <dim at FreeBSD.org> ---
(In reply to HIROKI MORI from comment #3)
> Thanks for you comment.
>
> I check my build environment then that set NO_CLEAN.
>
> I delete this option but I have other error.
>
> ===> lib/clang/libllvm (all)
> llvm-tblgen -gen-attrs -I /usr/home/hiroki/freebsd/contrib/llvm/include -d
> llvm
> /IR/Attributes.inc.d -o llvm/IR/Attributes.inc
> /usr/home/hiroki/freebsd/contrib
> /llvm/include/llvm/IR/Attributes.td
> llvm-tblgen -gen-intrinsic-enums -I
> /usr/home/hiroki/freebsd/contrib/llvm/inclu
> de -d llvm/IR/IntrinsicEnums.inc.d -o llvm/IR/IntrinsicEnums.inc
> /usr/home/hiro
> ki/freebsd/contrib/llvm/include/llvm/IR/Intrinsics.td
> llvm-tblgen: Unknown command line argument '-gen-intrinsic-enums'. Try:
> 'llvm-t
> blgen -help'
> llvm-tblgen: Did you mean '-gen-intrinsic'?
> *** Error code 1
This can happen when it is running the wrong copy of llvm-tblgen, most likely
the one in /usr/bin. It should be running
/usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/bin/llvm-tblgen instead (this path
can be diffent, depending on your setup).
If you run "make buildenv" in your top-level source directory, then "which
llvm-tblgen", what is the output?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-toolchain
mailing list