Package: llvm-toolchain-11 / 1:11.0.1-2

Metadata

Package Version Patches format
llvm-toolchain-11 1:11.0.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
19 clang_debian_version.patch | (download)

clang/lib/Basic/Version.cpp | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
0003 Debian version info and bugreport.patch | (download)

llvm/lib/Support/CommandLine.cpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
clang format version.diff | (download)

clang/tools/clang-format/clang-format-diff.py | 2 1 + 1 - 0 !
clang/tools/clang-format/clang-format.el | 2 1 + 1 - 0 !
clang/tools/clang-format/clang-format.py | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

---
clang analyzer force version.diff | (download)

clang/tools/scan-build/libexec/ccc-analyzer | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
23 strlcpy_strlcat_warning_removed.diff | (download)

clang/include/clang/Basic/Builtins.def | 8 4 + 4 - 0 !
clang/lib/AST/Decl.cpp | 12 6 + 6 - 0 !
clang/lib/Sema/SemaChecking.cpp | 11 6 + 5 - 0 !
clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp | 4 2 + 2 - 0 !
clang/test/Sema/builtins.c | 25 0 + 25 - 0 !
clang/test/Sema/warn-strlcpycat-size.c | 55 0 + 55 - 0 !
6 files changed, 18 insertions(+), 97 deletions(-)

---
declare_clear_cache.diff | (download)

llvm/lib/Support/Unix/Memory.inc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
unwind chain inclusion.diff | (download)

clang/lib/Headers/unwind.h | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

---
atomic_library_1.diff | (download)

clang/test/CodeGen/linux-arm-atomic.c | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

---
python clangpath.diff | (download)

clang/bindings/python/clang/cindex.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
fix clang path and build.diff | (download)

clang/lib/Driver/ToolChains/Linux.cpp | 15 13 + 2 - 0 !
1 file changed, 13 insertions(+), 2 deletions(-)

---
0048 Set html_static_path _static everywhere.patch | (download)

clang/docs/analyzer/conf.py | 2 1 + 1 - 0 !
clang/docs/conf.py | 2 1 + 1 - 0 !
polly/docs/conf.py | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 set html_static_path = ['_static'] everywhere.


symbolizer path.diff | (download)

compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

---
clang tidy run bin.diff | (download)

clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
0001 tools clang cmake resolve symlinks in ClangConfig.cmake.patch | (download)

clang/cmake/modules/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] [clang] cmake: resolve symlinks in clangconfig.cmake

Ensure that symlinks such as /usr/lib/cmake/clang-X.Y (pointing to
/usr/lib/llvm-X.Y/lib/cmake/llvm) are resolved. This ensures that
CLANG_INSTALL_PREFIX ends up to be /usr/lib/llvm-X.Y instead of /usr.

Partially addresses PR37128

debug jit path.diff | (download)

llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
do not fail on unexpected pass.diff | (download)

llvm/utils/lit/lit/Test.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
disable display PASS UNSUPPORTED XFAIL.diff | (download)

lldb/third_party/Python/module/unittest2/unittest2/runner.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
fix llvm config obj src root.patch | (download)

llvm/tools/llvm-config/llvm-config.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
0001 llvm cmake resolve symlinks in LLVMConfig.cmake.patch | (download)

llvm/cmake/modules/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] [llvm] cmake: resolve symlinks in llvmconfig.cmake

Ensure that symlinks such as /usr/lib/llvm-X.Y/cmake (pointing to
lib/cmake/llvm) are resolved. This ensures that LLVM_INSTALL_PREFIX
becomes /usr/lib/llvm-X.Y instead of /usr.

Partially addresses PR37128

0044 soname.diff | (download)

clang/tools/libclang/CMakeLists.txt | 2 1 + 1 - 0 !
llvm/tools/llvm-shlib/CMakeLists.txt | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

---
lldb soname.diff | (download)

lldb/source/API/CMakeLists.txt | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

---
openmp soname.diff | (download)

openmp/runtime/CMakeLists.txt | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
silent gold test.diff | (download)

llvm/test/tools/gold/X86/comdat.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/start-lib-common.ll | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 fails on debian unstable amd64
 Command Output (stderr):
 --
 /build/llvm-toolchain-snapshot-4.0~svn279916/llvm/test/tools/gold/X86/start-lib-common.ll:22:10: error: expected string not found in input
 ; CHECK: @x = common global i32 0, align 8
          ^
 <stdin>:1:1: note: scanning from here
 ; ModuleID = '/build/llvm-toolchain-snapshot-4.0~svn279916/build-llvm/llvm/test/tools/gold/X86/Output/start-lib-common.ll.tmp3.o'
 ^
 <stdin>:4:1: note: possible intended match here
 @x = common global i32 0, align 4
 ^


silent more tests.diff | (download)

llvm/test/BugPoint/metadata.ll | 2 2 + 0 - 0 !
llvm/test/Feature/load_module.ll | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

---
silent MCJIIT tests.diff | (download)

llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll | 2 1 + 1 - 0 !
llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll | 2 1 + 1 - 0 !
llvm/test/Feature/load_module.ll | 1 0 + 1 - 0 !
15 files changed, 14 insertions(+), 15 deletions(-)

---
silent gold utils.diff | (download)

llvm/test/tools/gold/X86/common_thinlto.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/emit-llvm.ll | 2 2 + 0 - 0 !
llvm/test/tools/gold/X86/parallel.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/pr19901_thinlto.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/slp-vectorize.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/strip_names.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/thinlto.ll | 2 2 + 0 - 0 !
llvm/test/tools/gold/X86/thinlto_archive.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/thinlto_internalize.ll | 2 2 + 0 - 0 !
llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll | 2 2 + 0 - 0 !
llvm/test/tools/gold/X86/thinlto_weak_resolution.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/type-merge2.ll | 2 2 + 0 - 0 !
llvm/test/tools/gold/X86/vectorize.ll | 1 1 + 0 - 0 !
llvm/test/tools/gold/X86/visibility.ll | 1 1 + 0 - 0 !
14 files changed, 19 insertions(+)

---
silent test failing codeverage.diff | (download)

llvm/test/ThinLTO/X86/autoupgrade.ll | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
silent amd tet.diff | (download)

llvm/test/MC/AMDGPU/hsa.s | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
silent test macho.diff | (download)

llvm/test/Object/macho-invalid.test | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

---
silent llvm isel fuzzer.diff | (download)

llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll | 1 1 + 0 - 0 !
llvm/test/tools/llvm-isel-fuzzer/execname-options.ll | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

---
remove test freezing.diff | (download)

compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cpp | 29 0 + 29 - 0 !
1 file changed, 29 deletions(-)

---
disable llvm symbolizer test.diff | (download)

llvm/test/tools/llvm-symbolizer/print_context.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 silent a test failing on yakkety amd64
 /tmp/buildd/llvm-toolchain-snapshot-4.0~svn279801/llvm/test/tools/llvm-symbolizer/print_context.c:16:11: error: expected string not found in input
 // CHECK: inc
          ^
 <stdin>:1:1: note: scanning from here
 _fini
 ^
 <stdin>:1:3: note: possible intended match here
 _fini
  ^
disable path test failing.diff | (download)

llvm/unittests/Support/Path.cpp | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
test keep alive.diff | (download)

llvm/utils/lit/lit/ProgressBar.py | 10 1 + 9 - 0 !
1 file changed, 1 insertion(+), 9 deletions(-)

---
scan build clang path.diff | (download)

clang/tools/scan-build/bin/scan-build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
install scan build py.diff | (download)

clang/tools/CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
scan view fix path.diff | (download)

clang/tools/scan-view/bin/scan-view | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
fix scan view path.diff | (download)

clang/tools/scan-view/bin/scan-view | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---