{"id":16366770,"url":"https://github.com/centminmod/centminmod-llvm","last_synced_at":"2026-05-02T03:02:37.854Z","repository":{"id":80279560,"uuid":"80484507","full_name":"centminmod/centminmod-llvm","owner":"centminmod","description":"Clang 4.0.1 \u0026 Clang 5.0.1 \u0026 Clang 6.0.0 + LLVM Gold Plugin Installation for Centmin Mod LEMP stacks on CentOS 7 only","archived":false,"fork":false,"pushed_at":"2019-02-26T17:16:09.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-30T23:19:27.504Z","etag":null,"topics":["centminmod","centos","centos7","clang","gcc","llvm"],"latest_commit_sha":null,"homepage":"https://centminmod.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/centminmod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-31T02:26:28.000Z","updated_at":"2019-02-26T17:16:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"838347a3-47ca-4d72-9151-93d09a8aa945","html_url":"https://github.com/centminmod/centminmod-llvm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/centminmod/centminmod-llvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-llvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-llvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-llvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-llvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/centminmod","download_url":"https://codeload.github.com/centminmod/centminmod-llvm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fcentminmod-llvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centminmod","centos","centos7","clang","gcc","llvm"],"created_at":"2024-10-11T02:47:31.492Z","updated_at":"2026-05-02T03:02:37.829Z","avatar_url":"https://github.com/centminmod.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Clang Compiler Installer\n\nClang 4.0.1, 5.0.1, 6.0.0, 7.1.0, 8.0.0 + LLVM Gold Plugin Installation for Centmin Mod LEMP stacks on CentOS 7 only\n\n## Clang 8.0.0\n\n```\n/opt/sbin/llvm-release_80/bin/clang -v\nclang version 8.0.0 (branches/release_80 354893)\nTarget: x86_64-unknown-linux-gnu\nThread model: posix\nInstalledDir: /opt/sbin/llvm-release_80/bin\nFound candidate GCC installation: /opt/rh/devtoolset-4/root/usr/lib/gcc/x86_64-redhat-linux/5.3.1\nFound candidate GCC installation: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1\nFound candidate GCC installation: /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.2\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.5\nSelected GCC installation: /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7\nCandidate multilib: .;@m64\nCandidate multilib: 32;@m32\nSelected multilib: .;@m64\n```\n\n```\nls -lah /opt/sbin/llvm-release_80/lib/LLVMgold.so\n-rwxr-xr-x 1 root root 31M Feb 26 17:10 /opt/sbin/llvm-release_80/lib/LLVMgold.so\n```\n\n## Clang 7.1.0\n\n```\n/opt/sbin/llvm-release_70/bin/clang -v\nclang version 7.1.0 (branches/release_70 354890)\nTarget: x86_64-unknown-linux-gnu\nThread model: posix\nInstalledDir: /opt/sbin/llvm-release_70/bin\nFound candidate GCC installation: /opt/rh/devtoolset-4/root/usr/lib/gcc/x86_64-redhat-linux/5.3.1\nFound candidate GCC installation: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1\nFound candidate GCC installation: /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.2\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.5\nSelected GCC installation: /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7\nCandidate multilib: .;@m64\nCandidate multilib: 32;@m32\nSelected multilib: .;@m64\n```\n\n```\nls -lah /opt/sbin/llvm-release_70/lib/LLVMgold.so\n-rwxr-xr-x 1 root root 29M Feb 26 16:31 /opt/sbin/llvm-release_70/lib/LLVMgold.so\n```\n\n## Clang 4.0.1\n\n```\n/opt/sbin/llvm-release_40/bin/clang -v\nclang version 4.0.1 (branches/release_40 308665) (llvm/branches/release_40 308664)\nTarget: x86_64-unknown-linux-gnu\nThread model: posix\nInstalledDir: /opt/sbin/llvm-release_40/bin\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.2\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.5\nSelected GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.5\nCandidate multilib: .;@m64\nCandidate multilib: 32;@m32\nSelected multilib: .;@m64\n```\n\n```\nls -lah /opt/sbin/llvm-release_40/lib/LLVMgold.so\n-rwxr-xr-x 1 root root 41M Jul 20 20:50 /opt/sbin/llvm-release_40/lib/LLVMgold.so\n```\n\n```\nnginx -V\nnginx version: nginx/1.13.3\nbuilt by clang 4.0.1 (branches/release_40 308665) (llvm/branches/release_40 308664)\nbuilt with LibreSSL 2.5.5\nTLS SNI support enabled\n```\n\u003econfigure arguments: --with-ld-opt='-L/usr/local/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-I/usr/local/include -m64 -march=native -DTCP_FASTOPEN=23 -g -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings -gsplit-dwarf' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-compat --with-http_stub_status_module --with-http_secure_link_module --add-dynamic-module=../nginx-module-vts --with-libatomic --with-http_gzip_static_module --add-dynamic-module=../ngx_brotli --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.2 --add-module=../ngx_cache_purge-2.4.2 --add-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.31 --add-dynamic-module=../echo-nginx-module-0.61 --add-module=../redis2-nginx-module-0.14 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.18 --add-module=../srcache-nginx-module-0.31 --add-dynamic-module=../headers-more-nginx-module-0.33 --with-pcre=../pcre-8.41 --with-pcre-jit --with-zlib=../zlib-1.2.11 --with-http_ssl_module --with-http_v2_module --with-openssl=../openssl-1.1.0g --with-openssl-opt='enable-ec_nistp_64_gcc_128'\n\n\n## Clang 5.0.1\n\n```\n/opt/sbin/llvm-release_50/bin/clang -v\nclang version 5.0.1 (branches/release_50 323061)\nTarget: x86_64-unknown-linux-gnu\nThread model: posix\nInstalledDir: /opt/sbin/llvm-release_50/bin\nFound candidate GCC installation: /opt/rh/devtoolset-4/root/usr/lib/gcc/x86_64-redhat-linux/5.3.1\nFound candidate GCC installation: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.2\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.5\nSelected GCC installation: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1\nCandidate multilib: .;@m64\nCandidate multilib: 32;@m32\nSelected multilib: .;@m64\n```\n\n```\nls -lah /opt/sbin/llvm-release_50/lib/LLVMgold.so\n-rwxr-xr-x 1 root root 27M Jan 21 06:32 /opt/sbin/llvm-release_50/lib/LLVMgold.so\n```\n\n```\nnginx -V\nnginx version: nginx/1.13.8\nbuilt by clang 5.0.1 (branches/release_50 323061)\nbuilt with OpenSSL 1.1.0g  2 Nov 2017\nTLS SNI support enabled\n```\n\u003e configure arguments: --with-ld-opt='-L/usr/local/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-I/usr/local/include -m64 -march=native -DTCP_FASTOPEN=23 -g -O3 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings -gsplit-dwarf' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-compat --with-http_stub_status_module --with-http_secure_link_module --add-dynamic-module=../nginx-module-vts --with-libatomic --with-http_gzip_static_module --add-dynamic-module=../ngx_brotli --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.2 --add-module=../ngx_cache_purge-2.4.2 --add-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.31 --add-dynamic-module=../echo-nginx-module-0.61 --add-module=../redis2-nginx-module-0.14 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.18 --add-module=../srcache-nginx-module-0.31 --add-dynamic-module=../headers-more-nginx-module-0.33 --with-pcre=../pcre-8.41 --with-pcre-jit --with-zlib=../zlib-1.2.11 --with-http_ssl_module --with-http_v2_module --with-openssl=../openssl-1.1.0g --with-openssl-opt='enable-ec_nistp_64_gcc_128'\n\n## Clang 6.0.1\n\n```\n/opt/sbin/llvm-release_60/bin/clang -v\nclang version 6.0.1 (branches/release_60 335101)\nTarget: x86_64-unknown-linux-gnu\nThread model: posix\nInstalledDir: /opt/sbin/llvm-release_60/bin\nFound candidate GCC installation: /opt/rh/devtoolset-4/root/usr/lib/gcc/x86_64-redhat-linux/5.3.1\nFound candidate GCC installation: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.2\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.5\nSelected GCC installation: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1\nCandidate multilib: .;@m64\nCandidate multilib: 32;@m32\nSelected multilib: .;@m64\n```\n\n```\nls -lah /opt/sbin/llvm-release_60/lib/LLVMgold.so\n-rwxr-xr-x 1 root root 29M Jun 20 08:40 /opt/sbin/llvm-release_60/lib/LLVMgold.so\n```\n\n```\nnginx -V\nnginx version: nginx/1.15.0 (200618-090204)\nbuilt by clang 6.0.1 (branches/release_60 335101)\nbuilt with OpenSSL 1.1.0h  27 Mar 2018\nTLS SNI support enabled\n```\n\u003e configure arguments: --with-ld-opt='-ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-m64 -march=native -DTCP_FASTOPEN=23 -g -O3 -Wno-error=strict-aliasing -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings -gsplit-dwarf' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --build=200618-090204 --with-compat --with-http_stub_status_module --with-http_secure_link_module --with-libatomic --with-http_gzip_static_module --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.2 --add-module=../ngx_cache_purge-2.4.2 --add-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.32 --add-dynamic-module=../echo-nginx-module-0.61 --add-module=../redis2-nginx-module-0.15 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.18 --add-module=../srcache-nginx-module-0.31 --add-dynamic-module=../headers-more-nginx-module-0.33 --with-pcre=../pcre-8.42 --with-pcre-jit --with-zlib=../zlib-cloudflare-1.3.0 --with-http_ssl_module --with-http_v2_module --with-http_v2_hpack_enc --with-openssl=../openssl-1.1.0h --with-openssl-opt='enable-ec_nistp_64_gcc_128'\n\n\n## Clang 7 \n\nFrom LLVM master branch\n\n```\n/opt/sbin/llvm-release_master/bin/clang -v\nclang version 7.0.0 (https://github.com/llvm-mirror/clang 5e8547baedb21953ae64b6eb2830dcf1ff0d8768) (https://github.com/llvm-mirror/llvm 737553be0c9c25c497b45a241689994f177d5a5d)\nTarget: x86_64-unknown-linux-gnu\nThread model: posix\nInstalledDir: /opt/sbin/llvm-release_master/bin\nFound candidate GCC installation: /opt/rh/devtoolset-4/root/usr/lib/gcc/x86_64-redhat-linux/5.3.1\nFound candidate GCC installation: /opt/rh/devtoolset-6/root/usr/lib/gcc/x86_64-redhat-linux/6.3.1\nFound candidate GCC installation: /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.2\nFound candidate GCC installation: /usr/lib/gcc/x86_64-redhat-linux/4.8.5\nSelected GCC installation: /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7\nCandidate multilib: .;@m64\nCandidate multilib: 32;@m32\nSelected multilib: .;@m64\n```\n\n```\nls -lah /opt/sbin/llvm-release_master/lib/LLVMgold.so\n-rwxr-xr-x 1 root root 29M Jun 20 16:17 /opt/sbin/llvm-release_master/lib/LLVMgold.so\n```\n\n```\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fcentminmod-llvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcentminmod%2Fcentminmod-llvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fcentminmod-llvm/lists"}