Skip to content
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

Closed
wants to merge 41 commits into from
Closed

LLVM to 9.0.1 #5456

wants to merge 41 commits into from

Conversation

smuzaffar
Copy link
Contributor

@gartung , I included your changes for llvm here cms-externals/llvm-project@379a43b . Can you please check if every thing needed is included?

@smuzaffar
Copy link
Contributor Author

please test for CMSSW_11_1_CLANG_X

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 8, 2020

The tests are being triggered in jenkins.
Test Parameters:

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 8, 2020

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.
cms-bot commands are listed here

@smuzaffar
Copy link
Contributor Author

please test with cms-sw/pkgtools#153 for CMSSW_11_1_CLANG_X

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 8, 2020

The tests are being triggered in jenkins.
Tested with other pull request(s) cms-sw/pkgtools#153
Test Parameters:

@gartung
Copy link
Member

gartung commented Jan 8, 2020

@smuzaffar Yes, all of my changes are in your commit.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 8, 2020

-1

Tested at: a2c1e8e

  • Build:

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:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-756ca4/4166/summary.html

mrodozov and others added 2 commits January 8, 2020 18:11
Noticed we are two versions behind while searching for something else
@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 8, 2020

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/4176/console Started: 2020/01/08 23:34

smuzaffar and others added 14 commits January 22, 2020 06:47
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
test crabclient 2002.rc1 with WMCore 1.2.9
Update DWZ to version 0.13 plus recent bugfixes
…5488

[FrontierClient] Update to verison 2.9.0
Add condition in vecgeom for powerpc
@smuzaffar
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.
Test Parameters:

  • BUILD_FULL_CMSSW = true
  • RELEASE_FORMAT = CMSSW_11_1_CLANG_X

@cmsbuild
Copy link
Contributor

Pull request #5456 was updated.

@smuzaffar
Copy link
Contributor Author

closing in favor of #5505

@smuzaffar smuzaffar closed this Jan 28, 2020
@smuzaffar smuzaffar deleted the smuzaffar-patch-5 branch January 28, 2020 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants