Displaying 14 results from an estimated 14 matches for "llvmobjcarcopts".
Did you mean:
lllvmobjcarcopts
2018 Mar 17
1
CMake error due to file addition
...keLists.txt
add_llvm_library(LLVMTransformUtils
+ Dependency.cpp
...
)
--------------------------------------
Link error project and link error target project list is as follows.
--------------------------------------
Link error:
llc, lli, … (more 13 projects)
Link error target project:
LLVMObjCARCOpts, LLVMipo, LLVMLinker, LLVMVectorize, LLVMInstrumentation
(the count of projects: 5)
--------------------------------------
I am working in visual studio to fix the link manually. I get the same error on
linux also. I got this error and tried to make some modifications to
llvm-core/CMakeLists....
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
...First I did a git pull of all the relevant
directories and then doing a cmake:
cmake -DLLVM_ENABLE_DOXYGEN=ON -DLLVM_ENABLE_WERROR=OFF
-DLLVM_TARGETS_TO_BUILD="X86" ../llvm
and followed by make:
[ 22%] Built target LLVMVectorize
[ 25%] Built target LLVMScalarOpts
[ 25%] Built target LLVMObjCARCOpts
[ 25%] Built target LLVMLinker
[ 29%] Built target LLVMAnalysis
[ 30%] Built target LLVMMCParser
[ 30%] Built target LLVMMCDisassembler
[ 32%] Built target LLVMMC
[ 32%] Built target LLVMOption
[ 34%] Built target LLVMObject
[ 34%] Built target LLVMDebugInfoCodeView
[ 34%] Built target LLVMTarget
[...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
.... First I did a git pull of all the relevant directories and then doing a cmake:
cmake -DLLVM_ENABLE_DOXYGEN=ON -DLLVM_ENABLE_WERROR=OFF -DLLVM_TARGETS_TO_BUILD="X86" ../llvm
and followed by make:
[ 22%] Built target LLVMVectorize
[ 25%] Built target LLVMScalarOpts
[ 25%] Built target LLVMObjCARCOpts
[ 25%] Built target LLVMLinker
[ 29%] Built target LLVMAnalysis
[ 30%] Built target LLVMMCParser
[ 30%] Built target LLVMMCDisassembler
[ 32%] Built target LLVMMC
[ 32%] Built target LLVMOption
[ 34%] Built target LLVMObject
[ 34%] Built target LLVMDebugInfoCodeView
[ 34%] Built target LLVMTarget
[...
2013 Oct 31
2
[LLVMdev] Why does cmake use LLVMBuild.txt to specify the LLVM-libs link order?
...e LLVMBuild.txt
processed by a script: utils/llvm-build/llvmbuild/main.py that creates a
LLVMBuild.cmake file in the build dir specifying the link time dependences on a
lib: for example,
./LLVMBuild.cmake:set_property(GLOBAL PROPERTY LLVMBUILD_LIB_DEPS_LLVMipo LLVMAnalysis LLVMCore LLVMInstCombine LLVMObjCARCOpts LLVMScalarOpts LLVMSupport LLVMTarget LLVMTransformUtils LLVMVectorize LLVMipa)
The dependences set by the LLVMBuild.txt infrastructure are redundant with the
dependences specified in the CMakeLists.txt using add_dependencies as in:
add_dependencies(LLVMipo intrinsics_gen)
That also means that a...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
.... First I did a git pull of all the relevant directories and then doing a cmake:
cmake -DLLVM_ENABLE_DOXYGEN=ON -DLLVM_ENABLE_WERROR=OFF -DLLVM_TARGETS_TO_BUILD="X86" ../llvm
and followed by make:
[ 22%] Built target LLVMVectorize
[ 25%] Built target LLVMScalarOpts
[ 25%] Built target LLVMObjCARCOpts
[ 25%] Built target LLVMLinker
[ 29%] Built target LLVMAnalysis
[ 30%] Built target LLVMMCParser
[ 30%] Built target LLVMMCDisassembler
[ 32%] Built target LLVMMC
[ 32%] Built target LLVMOption
[ 34%] Built target LLVMObject
[ 34%] Built target LLVMDebugInfoCodeView
[ 34%] Built target LLVMTarget
[...
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...[ 18%] Built target LLVMTransformUtils
[ 19%] Built target LLVMInstrumentation
[ 19%] Built target LLVMInstCombine
[ 22%] Built target LLVMScalarOpts
[ 22%] Built target LLVMipo
[ 24%] Built target LLVMVectorize
[ 24%] Built target LLVMHello_exports
[ 24%] Built target LLVMHello
[ 26%] Built target LLVMObjCARCOpts
[ 26%] Built target LLVMCoroutines
[ 26%] Built target LLVMLinker
[ 29%] Built target LLVMAnalysis
[ 29%] Built target llvm_vcsrevision_h
[ 29%] Built target LLVMLTO
[ 32%] Built target LLVMMC
[ 32%] Built target LLVMMCParser
[ 32%] Built target LLVMMCDisassembler
[ 32%] Built target LLVMObject
[ 3...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...Instrumentation
>> [ 19%] Built target LLVMInstCombine
>> [ 22%] Built target LLVMScalarOpts
>> [ 22%] Built target LLVMipo
>> [ 24%] Built target LLVMVectorize
>> [ 24%] Built target LLVMHello_exports
>> [ 24%] Built target LLVMHello
>> [ 26%] Built target LLVMObjCARCOpts
>> [ 26%] Built target LLVMCoroutines
>> [ 26%] Built target LLVMLinker
>> [ 29%] Built target LLVMAnalysis
>> [ 29%] Built target llvm_vcsrevision_h
>> [ 29%] Built target LLVMLTO
>> [ 32%] Built target LLVMMC
>> [ 32%] Built target LLVMMCParser
>> [...
2017 Jun 28
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...MInstCombine
>>> [ 22%] Built target LLVMScalarOpts
>>> [ 22%] Built target LLVMipo
>>> [ 24%] Built target LLVMVectorize
>>> [ 24%] Built target LLVMHello_exports
>>> [ 24%] Built target LLVMHello
>>> [ 26%] Built target LLVMObjCARCOpts
>>> [ 26%] Built target LLVMCoroutines
>>> [ 26%] Built target LLVMLinker
>>> [ 29%] Built target LLVMAnalysis
>>> [ 29%] Built target llvm_vcsrevision_h
>>> [ 29%] Built target LLVMLTO
>>> [ 32%] Built target LLVMMC...
2017 Jun 28
2
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...;>> [ 22%] Built target LLVMScalarOpts
>>>> [ 22%] Built target LLVMipo
>>>> [ 24%] Built target LLVMVectorize
>>>> [ 24%] Built target LLVMHello_exports
>>>> [ 24%] Built target LLVMHello
>>>> [ 26%] Built target LLVMObjCARCOpts
>>>> [ 26%] Built target LLVMCoroutines
>>>> [ 26%] Built target LLVMLinker
>>>> [ 29%] Built target LLVMAnalysis
>>>> [ 29%] Built target llvm_vcsrevision_h
>>>> [ 29%] Built target LLVMLTO
>>>> [ 32%]...
2017 Jun 30
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
...lt target LLVMScalarOpts
>>>>>> [ 22%] Built target LLVMipo
>>>>>> [ 24%] Built target LLVMVectorize
>>>>>> [ 24%] Built target LLVMHello_exports
>>>>>> [ 24%] Built target LLVMHello
>>>>>> [ 26%] Built target LLVMObjCARCOpts
>>>>>> [ 26%] Built target LLVMCoroutines
>>>>>> [ 26%] Built target LLVMLinker
>>>>>> [ 29%] Built target LLVMAnalysis
>>>>>> [ 29%] Built target llvm_vcsrevision_h
>>>>>> [ 29%] Built target LLVMLTO
>>...
2017 Jun 27
3
Building llvm with clang and lld on arm and the llvm arm backend relocation on position independent code
> On 26 Jun 2017, at 16:25, Rui Ueyama <ruiu at google.com> wrote:
>
> On Sun, Jun 25, 2017 at 6:40 AM, Alessandro Pistocchi via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
> Hi,
>
> I am trying to build a completely GNU free linux toolchain for the raspberry pi.
>
> I successfully managed to compile llvm and clang
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a
/lot/ of errors like this (strangely I hit none of these in check-llvm,
only in check-clang):
Any ideas?
==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes
at address 0x631000014800
==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMNVPTXAsmPrinter_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMNVPTXCodeGen_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMNVPTXDesc_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMNVPTXInfo_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMObjCARCOpts_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMObjectYAML_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMObject_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMOption_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMOrcJIT_LIB_DEPENDS:STATIC=
//Dependencies for target
LLVMPasses_LIB_D...
2019 Apr 30
6
Disk space and RAM requirements in docs
...MakeFiles
31M build/lib/Target/Hexagon/MCTargetDesc
30M build/tools/lld/ELF/CMakeFiles/lldELF.dir/Arch
30M build/lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir
30M build/lib/DebugInfo/CodeView/CMakeFiles
30M build/lib/DebugInfo/CodeView
28M build/lib/Transforms/ObjCARC/CMakeFiles/LLVMObjCARCOpts.dir
28M build/lib/Transforms/ObjCARC/CMakeFiles
28M build/lib/Transforms/ObjCARC
28M build/lib/ProfileData
27M build/tools/clang/test/Driver
26M build/tools/clang/unittests/Lex/CMakeFiles/LexTests.dir
26M build/tools/clang/unittests/Lex/CMakeFiles
26M build/tools/clang/lib/Basic/CMakeFiles/c...