Displaying 6 results from an estimated 6 matches for "fileupd".
Did you mean:
file_pd
2013 Jun 07
0
[LLVMdev] Build failure (tblgen crash) on Ubuntu
...make -C $DD all
make[2]: Entering directory
`/home/csabaraduly/workspace/LLVM/build-clang/utils/FileCheck'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/csabaraduly/workspace/LLVM/build-clang/utils/FileCheck'
\
SD=/home/csabaraduly/workspace/LLVM/llvm/utils/FileUpdate; \
DD=FileUpdate; \
if [ ! -f $SD/Makefile ]; then \
SD=FileUpdate; \
DD=FileUpdate; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/csabaraduly/workspace/LLVM/llvm/autoconf/mkinstalld...
2011 Oct 03
0
[LLVMdev] Build glitch
Hi all,
there seems to be some some missing dependency in the LLVM build system:
$ make -j8 happiness
Updated to revision 140992.
...
llvm[2]: ======= Finished Linking Release+Asserts Executable
FileUpdate (without symbols)
make[2]: Leaving directory `/home/ecsardu/LLVM/build-tcclab1/utils/FileUpdate'
llvm[2]: Compiling ClangAttrEmitter.cpp for Release+Asserts build
llvm[2]: ======= Finished Linking Release+Asserts Executable not
(without symbols)
make[2]: Leaving directory `/home/ecsardu/LLVM...
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...llvm[1]: Compiling regfree.c for Release+Asserts build
llvm[1]: Compiling regstrlcpy.c for Release+Asserts build
llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a
llvm[2]: Creating 'llvm-lit' script...
llvm[2]: Compiling count.c for Release+Asserts build
llvm[2]: Compiling FileUpdate.cpp for Release+Asserts build
llvm[2]: Compiling fpcmp.cpp for Release+Asserts build
llvm[2]: Compiling FileCheck.cpp for Release+Asserts build
llvm[2]: Compiling not.cpp for Release+Asserts build
llvm[2]: Compiling PerfectShuffle.cpp for Release+Asserts build
llvm[2]: Compiling ARMDecoderEmitte...
2010 Oct 04
0
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...ee.c for Release+Asserts build
> llvm[1]: Compiling regstrlcpy.c for Release+Asserts build
> llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a
> llvm[2]: Creating 'llvm-lit' script...
> llvm[2]: Compiling count.c for Release+Asserts build
> llvm[2]: Compiling FileUpdate.cpp for Release+Asserts build
> llvm[2]: Compiling fpcmp.cpp for Release+Asserts build
> llvm[2]: Compiling FileCheck.cpp for Release+Asserts build
> llvm[2]: Compiling not.cpp for Release+Asserts build
> llvm[2]: Compiling PerfectShuffle.cpp for Release+Asserts build
> llvm[2]: C...
2012 Jun 20
0
[LLVMdev] Build llvm/clang with cmake vs configure produces different set of artifacts
...m-bcanalyzer/ llvm-cov/ llvm-dis/ llvm-extract/ llvm-link/ llvm-nm/ llvm-prof/ llvm-readobj/ llvm-size/ llvm-stub/ macho-dump/ opt/
../build/unittests:
ADT/ Analysis/ Bitcode/ ExecutionEngine/ Makefile Support/ Transforms/ VMCore/
../build/utils:
count/ FileCheck/ FileUpdate/ fpcmp/ llvm-lit/ Makefile not/ PerfectShuffle/ TableGen/ unittest/
==================configure artifacts====================
2018 Aug 01
2
LLJVM make error
That source file was removed from LLVM in r232397 on March 16, 2015.
It looks like lljvm hasn't been updated in a long time. LLVM's C++ APIs are not stable, so there is no expectation that a project built against LLVM's C++ API in 2015 would build or reasonably function against LLVM trunk.
The project probably works against LLVM 3.6.2 which was (I believe) the last LLVM release to