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

13 commits

Author SHA1 Message Date
Rasmus Thomsen
7e03f2d60e
testing/creduce: disable, doesn't build w/ LLVM11 2021-03-12 19:13:23 +01:00
Leo
859856c681 testing/*: rebuild packages that link against clang-static 2020-07-30 06:48:37 +00:00
Rasmus Thomsen
ede55750bf testing/creduce: apply upstream-pending patch to allow building with LLVM10 2020-03-29 19:29:10 +02:00
Timothy Legge
79ff097097 testing/creduce: drop dependency in perl-sys-cpu
- not required since 2.7.0
2020-03-09 16:30:17 -03:00
Rasmus Thomsen
4f997b7f6d testing/creduce: rebuild against libclang.so.9, libLLVM-9.so 2019-10-04 14:16:34 +00:00
J0WI
62518c5aff testing/creduce: upgrade to 2.10.0 2019-06-21 23:00:43 -03:00
Kevin Daudt
e51aee6029 testing/creduce: disable due to build error
link failure:

> ScratchBuffer.cpp:(.text._ZN5clang13ScratchBuffer18AllocScratchBufferEj+0x4c):
> undefined reference to
> `llvm::WritableMemoryBuffer::getNewMemBuffer(unsigned long,
> llvm::Twine const&)'
2019-06-12 20:02:18 +00:00
Kevin Daudt
e6ca3de7f7 testing/creduce: upgrade to 2.8.0
This version needs to be built with llvm6, so explicitly depend on that.
2019-06-12 20:02:18 +00:00
Roberto Oliveira
b6d4060bc7 testing/creduce: upgrade to 2.7.0
upgrade and remove patches merged upstream
2017-07-31 02:44:05 +02:00
Jakub Jirutka
ee9d35d79b testing/creduce: disable on x86, fails to build
/usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangFrontend.a(CompilerInstance.cpp.o): In function `void std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct<char*>(char*, char*, std::forward_iterator_tag) [clone .isra.395]':
  CompilerInstance.cpp:(.text._ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_iterator_tag.isra.395+0xc6): undefined reference to `__stack_chk_fail_local'
  /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangFrontend.a(CompilerInstance.cpp.o): In function `clang::DiagnosticBuilder::AddString(llvm::StringRef) const [clone .isra.373]':
  CompilerInstance.cpp:(.text._ZNK5clang17DiagnosticBuilder9AddStringEN4llvm9StringRefE.isra.373+0x160): undefined reference to `__stack_chk_fail_local'
  /usr/bin/../lib/gcc/i586-alpine-linux-musl/6.3.0/../../../libclangFrontend.a(CompilerInstance.cpp.o):CompilerInstance.cpp:(.text._ZNK5clang16CompilerInstance21getPCHContainerReaderEv[_ZNK5clang16CompilerInstance21getPCHContainerReaderEv]+0x27f): more undefined references to `__stack_chk_fail_local' follow
  /usr/bin/ld: clang_delta: 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)
  make[2]: *** [Makefile:765: clang_delta] Error 1
2017-04-22 14:01:08 +02:00
Jakub Jirutka
c428bb6044 testing/creduce: rebuild against llvm/clang 4.0.0 2017-04-22 02:45:59 +02:00
Jakub Jirutka
96226b0e21 testing/creduce: upgrade to 2.6.0 2017-04-21 03:04:51 +02:00
Jakub Jirutka
c95e18c97c testing/creduce: new abuild
http://embed.cs.utah.edu/creduce/
A C/C++ program reducer
2016-06-12 17:43:06 +02:00