-
Below I've attached a full log of the issue.
[nvidia-build.log](https://github.com/Frogging-Family/nvidia-all/files/8702850/nvidia-build.log)
Both the kernel and the nvidia-all PKGBUILD are inheri…
-
**Describe the bug**
Commit 18bec0d3e31884dc493a03741b2ec9fef17047ee introduces a regression in my build setup with the way it sets PKG_CONFIG_LIBDIR. In this particular configuration I use msys2 pkg…
-
We encountered a runtime crash bug due to miscompilation on a loop for utf8ToString in the SwiftProtobuf library built with thinlto (`-lto=llvm-thin`). The relevant source can be found https://github…
-
```c++
struct IUnknown {
virtual void Release() = 0;
};
namespace {
struct base_object : IUnknown {
void Release() override
{
delete this;
}
…
-
If a polymorphic subclass is defined only in a header file, shared libraries built with `-flto=thin` give the vtable symbol LOCAL visibility. This means that there may be more than one vtable in a bin…
-
As the `corrode` tool currently does not produce a .o file, buildsystems which rely on that (or the `-o` flag) currently halt very quickly with an error. Producing anything would be better than nothin…
-
When investigating https://github.com/llvm/llvm-project/issues/70703, we discovered that Unified LTO doesn't work w/ split LTO units.
To quote from that issue:
```
If you run Unified LTO with sp…
-
Splitting from https://github.com/llvm/llvm-project/pull/75333
Created a task to track a suspicion that superAlignLDSGlobals is miscompiling absolute address variables at present.
Idea is to acc…
-
| | |
| --- | --- |
| Bugzilla Link | [45183](https://llvm.org/bz45183) |
| Version | unspecified |
| OS | Windows NT |
| CC | @cmatthew |
## Extended Description
42eb22dc0d1acf6bad2b7d3ee059d875e…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45183](https://bugs.llvm.org/show_bug.cgi?id=45183) |
| Status | NEW |
| Importance | P enhancemen…