1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
Commit graph

13 commits

Author SHA1 Message Date
Breno Leitao
8070f091c9 teting/lldb: LLDB does not support ppc64le
lldb does not have the support for ppc64le[1], and I do not see it being
resolved soon. Disabling it then.

[1] http://llvm.org/svn/llvm-project/lldb/trunk/source/Plugins/Process/Linux/
2017-05-11 16:45:06 +00:00
Jakub Jirutka
ed54aec621 testing/lldb: specify min. version for clang and llvm deps 2017-04-22 16:35:29 +02:00
Jakub Jirutka
50d30564ce testing/lldb: disable on x86, fails to build
/usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `(anonymous namespace)::getSingleDynTypedNodeFromParentMap(llvm::PointerUnion4<clang::Decl const*, clang::Stmt const*, clang::ast_type_traits::DynTypedNode*, llvm::SmallVector<clang::ast_type_traits::DynTypedNode, 2u>*>)':
  ASTContext.cpp:(.text._ZN12_GLOBAL__N_134getSingleDynTypedNodeFromParentMapEN4llvm13PointerUnion4IPKN5clang4DeclEPKNS2_4StmtEPNS2_15ast_type_traits12DynTypedNodeEPNS0_11SmallVectorISA_Lj2EEEEE+0xa8): undefined reference to `__stack_chk_fail_local'
  /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `clang::FunctionDecl::getBody() const':
  ASTContext.cpp:(.text._ZNK5clang12FunctionDecl7getBodyEv[_ZNK5clang12FunctionDecl7getBodyEv]+0x3f): undefined reference to `__stack_chk_fail_local'
  /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `llvm::BumpPtrAllocatorImpl<llvm::MallocAllocator, 4096u, 4096u>::Allocate(unsigned int, unsigned int) [clone .constprop.4285]':
  ASTContext.cpp:(.text._ZN4llvm20BumpPtrAllocatorImplINS_15MallocAllocatorELj4096ELj4096EE8AllocateEjj.constprop.4285+0x1ad): undefined reference to `__stack_chk_fail_local'
  /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `clang::QualType::getUnqualifiedType() const':
  ASTContext.cpp:(.text._ZNK5clang8QualType18getUnqualifiedTypeEv[_ZNK5clang8QualType18getUnqualifiedTypeEv]+0x78): undefined reference to `__stack_chk_fail_local'
  /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o): In function `getIntegerTypeForEnum(clang::EnumType const*)':
  ASTContext.cpp:(.text._ZL21getIntegerTypeForEnumPKN5clang8EnumTypeE+0xb5): undefined reference to `__stack_chk_fail_local'
  /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangAST.a(ASTContext.cpp.o):ASTContext.cpp:(.text._ZL14EncodeBitFieldPKN5clang10ASTContextERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_8QualTypeEPKNS_9FieldDeclE+0x474): more undefined references to `__stack_chk_fail_local' follow
  /usr/bin/ld: bin/lldb-server-4.0.0: hidden symbol `__stack_chk_fail_local' isn't defined
  /usr/bin/ld: final link failed: Bad value
  clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)
2017-04-22 14:37:00 +02:00
Jakub Jirutka
69bc3ae798 testing/lldb: fix build with clang 2017-04-22 13:23:52 +02:00
Jakub Jirutka
4bc836322d testing/lldb: upgrade to 4.0.0 2017-04-22 02:45:59 +02:00
Jakub Jirutka
f0e069b8ef testing/lldb: fix and improve abuild, rename subpkg py- to py2- 2017-04-22 02:45:59 +02:00
Jakub Jirutka
bcf2365f6d testing/lldb: move from unmaintained 2017-04-22 02:45:59 +02:00
Jakub Jirutka
3e6b048a80 unmaintained/lldb: move from testing
This abuild is unmaintained, poorly written and I encountered issues
when trying to upgrade it to 4.0.0 and build against LLVM 4.0.0.
2017-04-22 00:33:33 +02:00
Jakub Jirutka
af0c01ac63 [various] rename dependency python-dev to python2-dev 2016-10-26 19:47:14 +02:00
Jakub Jirutka
122e6582d3 testing/lldb: fix missing user_pt_regs and user_fpsimd_state on aarch64 2016-08-29 11:12:52 +02:00
Jakub Jirutka
34b5ddad1e testing/lldb: fix abuild code-style 2016-08-29 11:12:52 +02:00
Bartłomiej Piotrowski
be4b0755b0 testing/lldb: upgrade to 3.8.1 2016-07-13 12:16:19 +02:00
Bartłomiej Piotrowski
f697997042 testing/lldb: new aport
next generation, high-performance debugger
http://llvm.org/
2016-06-18 22:15:45 +02:00