question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG]: Clang trunk builds haven't updated since May 8

See original GitHub issue

Describe the bug

The build of clang trunk appears to have stopped being updated after 9a12138b5fd8c807c3b95144236c07dfc323974f.

Steps to reproduce

Full compiler version
clang version 15.0.0 (https://github.com/llvm/llvm-project.git 9a12138b5fd8c807c3b95144236c07dfc323974f)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/compiler-explorer/clang-assertions-trunk/bin

Expected behavior

Usually the compiler explorer builds are only about 24 hours behind trunk.

Reproduction link

Not applicable

Screenshots

Not applicable

Operating System

No response

Browser version

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:18 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
mattgodboltcommented, May 16, 2022

https://github.com/compiler-explorer/compiler-workflows/actions/runs/2332985777 - fingers crossed 😃 (am at DayJob ™️ right now hence spotty replies, will hopefully get this deployed soon though)

1reaction
RKSimoncommented, May 16, 2022

A post-review comment on https://reviews.llvm.org/D125315 is currently discussing this:

The OpenMP offloading runtime was always intended to be built with a newly-built Clang, either through a two-phase build or with -DLLVM_ENABLE_RUNTIMES=openmp. This patch added some code that uses standard CMake to build the library, rather than locating the clang binary directly. I could add some code to skip building this static library, or the device runtime entirely, if the compiler isn’t an up-to-date Clang. I’m not sure what the best solution to this is, since we always required that this was to be built with Clang, this patch just made it a more strict requirement.

Read more comments on GitHub >

github_iconTop Results From Across the Web

matt godbolt on Twitter: "Hey clang twitter: CE's trunk build of clang ...
[BUG]: Clang trunk builds haven't updated since May 8 · Issue #3675 · compiler-explorer/compiler-... Describe the bug The build of clang trunk appears...
Read more >
locally-built Clang can't find C++ stdlib headers on Mac · Issue ...
use resulting build to compile a Hello World C++ program (anything that #includes an STL header file). Expected: for the STL header files...
Read more >
2015-June.txt - Mailing Lists - LLVM
Note that the error is triggered in a file included from line 3 of to_write_C and ... Build scripts Version: trunk Hardware: PC...
Read more >
Full Text Bug Listing - GCC, the GNU Compiler Collection
When using MacPorts GCC on OS X and enlisting the Clang Integrated Assembler via -Wa,-q, ... I see the problem after having updated...
Read more >
1443590 - Use clang-cl for Windows builds we ship to users
First, thank you for working on clang-cl! Countless projects will benefit from having a robust and viable open source toolchain on Windows. A...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found