-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM to 9.0.1 #5456
LLVM to 9.0.1 #5456
Conversation
please test for CMSSW_11_1_CLANG_X |
The tests are being triggered in jenkins.
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_11_1_X/master. @cmsbuild, @smuzaffar, @mrodozov, @tulamor can you please review it and eventually sign? Thanks. |
please test with cms-sw/pkgtools#153 for CMSSW_11_1_CLANG_X |
The tests are being triggered in jenkins.
|
@smuzaffar Yes, all of my changes are in your commit. |
-1 Tested at: a2c1e8e
I found compilation error when building: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/external/llvm/9.0.1-756ca4/llvm-9.0.1-379a43bc841451feccf78db64f2ed5c9e62c7de8/clang/tools/include-what-you-use/iwyu_ast_util.h:309:5: note: in expansion of macro 'CHECK_UNREACHABLE_' CHECK_UNREACHABLE_("Unknown kind"); ^~~~~~~~~~~~~~~~~~ [3991/4460] /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/c++ -DIWYU_GIT_REV=\"\" -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/clang/tools/include-what-you-use -I/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/external/llvm/9.0.1-756ca4/llvm-9.0.1-379a43bc841451feccf78db64f2ed5c9e62c7de8/clang/tools/include-what-you-use -I/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/external/llvm/9.0.1-756ca4/llvm-9.0.1-379a43bc841451feccf78db64f2ed5c9e62c7de8/clang/include -Itools/clang/include -Iinclude -I/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/external/llvm/9.0.1-756ca4/llvm-9.0.1-379a43bc841451feccf78db64f2ed5c9e62c7de8/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -O3 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT tools/clang/tools/include-what-you-use/CMakeFiles/include-what-you-use.dir/iwyu_ast_util.cc.o -MF tools/clang/tools/include-what-you-use/CMakeFiles/include-what-you-use.dir/iwyu_ast_util.cc.o.d -o tools/clang/tools/include-what-you-use/CMakeFiles/include-what-you-use.dir/iwyu_ast_util.cc.o -c /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/external/llvm/9.0.1-756ca4/llvm-9.0.1-379a43bc841451feccf78db64f2ed5c9e62c7de8/clang/tools/include-what-you-use/iwyu_ast_util.cc ninja: build stopped: subcommand failed. error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.avC5iL (%build) RPM build errors: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.avC5iL (%build) You can see the results of the tests here: |
Noticed we are two versions behind while searching for something else
please test |
The tests are being triggered in jenkins. |
On Intel/AMD (x86_64) and Power (ppc64le): * CUDA 10.2 version 10.2.89 * NVIDIA drivers version 440.33.01 On ARMv8 (aarch64): * CUDA 10.2 technology preview version 10.2.107 * NVIDIA drivers version 435.17.01 See https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#title-new-features
[BuildRules] Do not build a shared library/plugin if content of Buildfile are empty
typo: CLIENT vs. CLINET
test crabclient 2002.rc1 with WMCore 1.2.9
Update to CUDA 10.2
Update DWZ to version 0.13 plus recent bugfixes
…5488 [FrontierClient] Update to verison 2.9.0
Add condition in vecgeom for powerpc
please test |
The tests are being triggered in jenkins.
|
…nto IB/CMSSW_11_1_X/master
Pull request #5456 was updated. |
closing in favor of #5505 |
@gartung , I included your changes for llvm here cms-externals/llvm-project@379a43b . Can you please check if every thing needed is included?