Displaying 20 results from an estimated 580 matches for "cmakefiles".
2017 Jan 25
2
LLVM 3.9.1 build race?
...rget machine however there seems to be an intermittent race condition during the build which causes a build failure. On the failed builds I usually see things being linking/compiling twice e.g.
Linking CXX static library ../libLLVMSupport.a
cd build/NATIVE/lib/Support && /usr/bin/cmake -P CMakeFiles/LLVMSupport.dir/cmake_clean_target.cmake
cd build/NATIVE/lib/Support && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSupport.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMSupport.a CMakeFiles/LLVMSupport.dir/APFloat.cpp.o CMakeFiles/LLVMSupport.dir/APInt.cpp.o CMakeFiles/LLVMSupp...
2017 Oct 14
3
darwin bootstrap failure
...Rec->dump();
> #endif
>
>
> thanks...
> don
>
>
The patch seems to be incomplete as it moves the failure to...
[ 6%] Linking CXX executable ../../bin/llvm-tblgen
cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen &&
/sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt
--verbose=1
/sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -std=c++11 -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wmissing-field-initializers -pedantic -...
2019 Jan 23
2
Windows/Clang build instrumented/PGO
...at is wrong for this setup? Or is this
build configuration not supported at all?
Thanks for the help,
Tobias
[285/1938] Linking CXX executable bin\llvm-tblgen.exe
FAILED: bin/llvm-tblgen.exe
cmd.exe /C "cd . && C:\.conan\6785u87h\1\bin\cmake.exe -E vs_link_exe
--intdir=utils\TableGen\CMakeFiles\llvm-tblgen.dir --manifests --
C:\code\clang-builder\src\bootstrap\bin\lld-link.exe /nologo
utils\TableGen\CMakeFiles\llvm-tblgen.dir\AsmMatcherEmitter.cpp.obj
utils\TableGen\CMakeFiles\llvm-tblgen.dir\AsmWriterEmitter.cpp.obj
utils\TableGen\CMakeFiles\llvm-tblgen.dir\AsmWriterInst.cpp.obj
utils\T...
2017 Oct 14
2
darwin bootstrap failure
Is anyone else seeing this bootstrap failure on current svn trunk?
[ 6%] Linking CXX executable ../../bin/llvm-tblgen
cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen &&
/sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt
--verbose=1
/sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -std=c++11 -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wmissing-field-initializers -pedantic -...
2017 Oct 14
2
darwin bootstrap failure
...stances of LLVM_ENABLE_DUMP being emitted during the stage1
build (which is where the failure occurs). Greping for LLVM_ENABLE_DUMP in the
stage1 build directory only shows...
% grep -R LLVM_ENABLE_DUMP *
include/llvm/Config/llvm-config.h:/* #undef LLVM_ENABLE_DUMP */
Binary file
utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o matches
Jack
ps A more general grep for DUMP in CMakeCacne.txt shows...
% grep DUMP CMakeCache.txt
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
LLVM_FORCE_ENABLE_DUMP:BOOL=OFF
LLVM_TOOL_LLVM_CXXDUMP_BUILD:BOOL=ON
LLVM_TOOL_LLVM_DWARFDUMP_BUILD:BOOL=ON
LLVM...
2017 Oct 15
2
darwin bootstrap failure
...t; don
>>>
>>
>> The patch seems to be incomplete as it moves the failure to...
>>
>> [ 6%] Linking CXX executable ../../bin/llvm-tblgen
>> cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen &&
>> /sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt
>> --verbose=1
>> /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC
>> -fvisibility-inlines-hidden -Werror=date-time
>> -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter
>> -Wwrite-strings -Wcast-...
2017 Oct 14
2
darwin bootstrap failure
...build (which is where the failure occurs). Greping for LLVM_ENABLE_DUMP
>> in the stage1 build directory only shows...
>>
>> % grep -R LLVM_ENABLE_DUMP *
>>
>> include/llvm/Config/llvm-config.h:/* #undef LLVM_ENABLE_DUMP */
>>
>> Binary file utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o
>> matches
>>
>> Jack
>> ps A more general grep for DUMP in CMakeCacne.txt shows...
>>
>> % grep DUMP CMakeCache.txt
>> CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
>> LLVM_FORCE_ENABLE_DUMP:BOOL=OFF
>> L...
2017 Oct 15
2
darwin bootstrap failure
...; The patch seems to be incomplete as it moves the failure to...
>> >>
>> >> [ 6%] Linking CXX executable ../../bin/llvm-tblgen
>> >> cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen &&
>> >> /sw/bin/cmake -E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt
>> >> --verbose=1
>> >> /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common -fPIC
>> >> -fvisibility-inlines-hidden -Werror=date-time
>> >> -Werror=unguarded-availability-new -std=c++11 -Wall -W
>> >>...
2017 Oct 15
2
darwin bootstrap failure
....
>> >> >>
>> >> >> [ 6%] Linking CXX executable ../../bin/llvm-tblgen
>> >> >> cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen &&
>> >> >> /sw/bin/cmake -E cmake_link_script
>> >> >> CMakeFiles/llvm-tblgen.dir/link.txt
>> >> >> --verbose=1
>> >> >> /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common
>> >> >> -fPIC
>> >> >> -fvisibility-inlines-hidden -Werror=date-time
>> >> >> -Werror=un...
2017 Oct 14
2
darwin bootstrap failure
...LVM_ENABLE_DUMP
>>>> in the stage1 build directory only shows...
>>>>
>>>> % grep -R LLVM_ENABLE_DUMP *
>>>>
>>>> include/llvm/Config/llvm-config.h:/* #undef LLVM_ENABLE_DUMP */
>>>>
>>>> Binary file utils/TableGen/CMakeFiles/obj.
>>>> llvm-tblgen.dir/SubtargetEmitter.cpp.o matches
>>>>
>>>> Jack
>>>> ps A more general grep for DUMP in CMakeCacne.txt shows...
>>>>
>>>> % grep DUMP CMakeCache.txt
>>>> CMAKE_OBJDUMP:FILEPATH=/usr/bin/ob...
2017 Oct 15
2
darwin bootstrap failure
...Linking CXX executable ../../bin/llvm-tblgen
>> >> >> >> cd /sw/src/fink.build/llvm60-6.0.0-1/build/stage1/utils/TableGen
>> >> >> >> &&
>> >> >> >> /sw/bin/cmake -E cmake_link_script
>> >> >> >> CMakeFiles/llvm-tblgen.dir/link.txt
>> >> >> >> --verbose=1
>> >> >> >> /sw/src/fink.build/llvm60-6.0.0-1/opt-bin/ccclang++ -fno-common
>> >> >> >> -fPIC
>> >> >> >> -fvisibility-inlines-hidden -Werror=date-time
&...
2017 Jun 05
3
libc++ failed to link against musl
...d-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O3 -Wl,-z,defs -fPIC -nodefaultlibs -shared -Wl,-soname,libc++.so.1 -o lib/libc++.so.1.0 projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/algorithm.cpp.o projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/any.cpp.o projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/bind.cpp.o projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/chrono.cpp.o projects/libcxx/lib/CMakeFiles/cxx_objects.dir/__/src/condition_...
2020 Jan 02
6
error in building llvm with default options
hello,
I am trying to build LLVM with default options. I am getting the following
error message after make.
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/targets.c.o
[100%] Linking CXX executa...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
...E_LLD=ON
List of undefined symbols and invocation is next:
[ 89%] Linking CXX executable ../../../../bin/lldb
cd /opt/bamboo-agent-01/xml-data/build-dir/CLANG-BFRH-JOB1/build/RELEASE_40_RC1/Linux/x86_64/llvm_build_phase1/tools/lldb/tools/driver && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/lldb.dir/link.txt --verbose=1
/usr/bin/clang++ -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversi...
2020 Jan 02
2
error in building llvm with default options
...Priyanka Panigrahi via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> >
> > hello,
> >
> > I am trying to build LLVM with default options. I am getting the
> following error message after make.
> >
> > [100%] Building C object
> tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o
> > [100%] Building C object
> tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o
> > [100%] Building C object
> tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o
> > [100%] Building C object
> tools/llvm-c-test/CMakeFiles/llvm-c-te...
2019 Apr 30
6
Disk space and RAM requirements in docs
.../Tooling
1.9G build/tools/clang/unittests/Frontend
1.6G build/tools/clang/unittests/Driver
1.5G build/tools/clang/unittests/ASTMatchers
1.4G build/tools/clang/lib/StaticAnalyzer
1.3G build/lib/CodeGen
1.1G build/tools/clang/unittests/StaticAnalyzer
1.0G build/tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles/clangStaticAnalyzerCheckers.dir
1.0G build/tools/clang/lib/StaticAnalyzer/Checkers/CMakeFiles
1.0G build/tools/clang/lib/StaticAnalyzer/Checkers
1.0G build/lib/Transforms
989M build/tools/clang/unittests/CodeGen
964M build/tools/clang/unittests/AST
880M build/lib/CodeGen/CMakeFiles/LLVMCodeGen.dir...
2020 Jan 02
3
error in building llvm with default options
...ists.llvm.org> wrote:
> >> >
> >> > hello,
> >> >
> >> > I am trying to build LLVM with default options. I am getting the
> following error message after make.
> >> >
> >> > [100%] Building C object
> tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o
> >> > [100%] Building C object
> tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o
> >> > [100%] Building C object
> tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o
> >> > [100%] Building C object
> tools/llvm-...
2015 Jul 08
2
[LLVMdev] Building clang + libc++ + libc++abi
[Sorry about the crosspost. Since this is a clang build question but
the build is invoked from the top-level LLVM directory I'm not sure
where the question should go.]
I've got a clang build against libstdc++ on Linux but I would really
like one built against libc++/libc++abi. In other words I'd like to
rebuild clang/llvm with clang using libc++ and libc++abi on Linux.
I looked at
2017 Nov 26
5
Compilation issue "unsupported relocation on symbol" with clang 3.7.1
Hi List,
I'm trying to build llvm-5.0.0 with clang-3.7.1 on ARM (native building). At some point I have the following issue :
----
[1588/5024] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-arm.dir/cpu_model.c.o
../projects/compiler-rt/lib/builtins/cpu_model.c:596:7: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit]
#endif
^
1 warning generated.
[1786/5024] Building C object projects/compiler-rt/lib/builtins/CM...
2016 May 24
0
Undefined symbols in llvm-objdump linkage on x86_64-apple-darwin15
...dditional explicit linkage on libxar is required in the
> tools/llvm-objdump/CMakeLists.txt when HAVE_LIBXAR and
> LLVM_LINK_LLVM_DYLIB are set.
> Jack
Also note that this issue doesn't arise for the cmake build with
-DBUILD_SHARED_LIBS:BOOL=ON because the resulting
lib/Object/CMakeFiles/LLVMObject.dir/link.txt contains...
/sw/src/fink.build/llvm39-3.9.0-1/opt-bin/ccclang++ -fno-common -fPIC
-fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor
-Wdele...