mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
Change the LLVM tools version to 13
LLVM 13.0.0 was released on 4. October 2021, change the default version to the current stable.
This commit is contained in:
@@ -13,10 +13,10 @@ variables:
|
||||
TEST_PARALLEL_JOBS: 6
|
||||
|
||||
CONFIGURE: ./configure
|
||||
CLANG: clang-12
|
||||
SCAN_BUILD: scan-build-12
|
||||
ASAN_SYMBOLIZER_PATH: /usr/lib/llvm-12/bin/llvm-symbolizer
|
||||
CLANG_FORMAT: clang-format-12
|
||||
CLANG: clang-13
|
||||
SCAN_BUILD: scan-build-13
|
||||
ASAN_SYMBOLIZER_PATH: /usr/lib/llvm-13/bin/llvm-symbolizer
|
||||
CLANG_FORMAT: clang-format-13
|
||||
|
||||
CFLAGS_COMMON: -fno-omit-frame-pointer -fno-optimize-sibling-calls -O1 -g -Wall -Wextra
|
||||
|
||||
|
Reference in New Issue
Block a user