Displaying 9 results from an estimated 9 matches for "lldyaml".
2014 Aug 23
3
[LLVMdev] [3.5 Release] Release Candidate 3 Now Available - CMake build error
...rs. Use -Wno-dev to suppress it.
[ 1501s]
[ 1501s] CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle):
[ 1501s] "lldPasses" of type SHARED_LIBRARY
[ 1501s] depends on "lldNative" (weak)
[ 1501s] depends on "lldYAML" (weak)
[ 1501s] "lldNative" of type SHARED_LIBRARY
[ 1501s] depends on "lldYAML" (weak)
[ 1501s] depends on "lldPasses" (weak)
[ 1501s] "lldYAML" of type SHARED_LIBRARY
[ 1501s] depends on "lldNative" (weak)
[ 1501s] depend...
2014 Jun 30
2
[LLVMdev] LLD dynamic compilation
...avoid re-linking of huge libraries during
development cycle), and I got this:
CMake Error: The inter-target dependency graph contains the following
strongly connected component (cycle):
"lldPasses" of type SHARED_LIBRARY
depends on "lldNative" (weak)
depends on "lldYAML" (weak)
"lldNative" of type SHARED_LIBRARY
depends on "lldYAML" (weak)
depends on "lldPasses" (weak)
"lldYAML" of type SHARED_LIBRARY
depends on "lldNative" (weak)
depends on "lldPasses" (weak)
At least one of thes...
2015 Jan 21
2
[LLVMdev] Can we establish layering for the LLD libraries? Current state is a bit of a mess...
...re dependent on YAML?
>>> (cause that seems wrong).
>>>
>>
>> This is in the CMake build system today. You can see it with
>> CMakeLists.txt. Also you can look at Greg's patch for some of the issues
>> here.
>>
>
> It seems the dependency to lldYAML can be removed from CMakeList.txt now.
> Core doesn't actually depends on YAML.
>
> lldPasses depends on libNative, and that dependency is currently resolved
> through lldCore transitively. We should be able to remove the dependency to
> libNative from Core by fixing Pass's C...
2015 Feb 07
2
[LLVMdev] [lld] Representation of lld::Reference with a fake target
We are modeling target specific functionally using references, Doesn't your idea defeat the purpose of the atom model? Atoms are mostly target neutral and yaml/native format represents just an atom. Having a derived class for atoms will have a impact on the testing method with lld IMO.
We could continue to model using references in my opinion and add some meta data information in the atom
2015 Jan 21
2
[LLVMdev] Can we establish layering for the LLD libraries? Current state is a bit of a mess...
On Tue, Jan 20, 2015 at 5:35 PM, Nick Kledzik <kledzik at apple.com> wrote:
> On Jan 19, 2015, at 6:33 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
>
> > I wanted to go through and map out the layering of LLD's libraries today
> and found that it's essentially impossible. I think some serious cleanup is
> needed here.
> >
> >
2020 Apr 23
3
Cannot build master
I am nuilding that now.
CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/llvm11-git \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
-DLLVM_ENABLE_EH=ON \
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_HOST_TRIPLE=x86_64-pc-linux-gnu \
-DLLVM_TARGETS_TO_BUILD="AMDGPU;MSP430;WebAssembly;X86" \
2020 Apr 23
2
Cannot build master
...g -Wimplicit-fallthrough -Wcovered-switch-default
> -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor
> -Wstring-conversion -fdiagnostics-color -ffunction-sections
> -fdata-sections -O3 -DNDEBUG -fPIC -std=c++14 -MD -MT
>
> tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o
> -MF
>
> tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o.d
> -o
>
> tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir/ReaderWriterYAML.cpp.o
> -c
>
> /home/laguest/src/mine-new/llvm/llvm-project/lld/lib/Reader...
2017 Aug 03
2
fatal error: clang/Basic/Version.inc: No such file or directory
Hi,
I try to build lldb with Cmake (gcc-5.3.0 is necessary for CUDA)
on my "SUSE Linux Enterprise Server 12.2 (x86_64)". Unfortunately
the build process breaks for lldb with the below mentioned error
message. I've downloaded the following packages and configured
with the following commands.
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
cd llvm/tools
svn co
2019 Apr 30
6
Disk space and RAM requirements in docs
...t/CMakeFiles
2.9M build/tools/llvm-opt-report
2.9M build/tools/clang/tools/clang-offload-bundler/CMakeFiles
2.9M build/tools/clang/tools/clang-offload-bundler
2.9M build/tools/clang/test/CodeGenObjC/Output
2.9M build/tools/clang/test/CodeGenObjC
2.8M build/tools/lld/lib/ReaderWriter/YAML/CMakeFiles/lldYAML.dir
2.8M build/tools/lld/lib/ReaderWriter/YAML/CMakeFiles
2.8M build/tools/lld/lib/ReaderWriter/YAML
2.8M build/tools/clang/tools/clang-offload-bundler/CMakeFiles/clang-offload-bundler.dir
2.8M build/tools/clang/tools/clang-format/CMakeFiles/clang-format.dir
2.8M build/tools/clang/tools/clang-forma...