-
After #986, building with -DENABLE_SWIFT=ON and a -DCMAKE_BUILD_TYPE that is not `Release` or `RelWithDebInfo` causes swift-frontend to crash generating IR for TestAKBindings.swift.
Seen with Xcode…
-
### Description
Cloning the repo with Xcode 16 selected and CMake 3.30.3 fails to build using the following steps:
```
cmake -B build -GNinja
ninja -C build
```
Xcode Version 16.0 (16A242d)
…
-
flang-new -fopenmp --offload-arch=gfx90a -o omp.flang omp.f90 -O3
error: loc("/software/projects/pawsey0001/ilkhom/ACC/ACC/omp.f90":34:11): unsupported OpenMP operation: omp.distribute
error: loc(…
-
Hi all,
The following MWE causes the Clang frontend to hang when compiling to `x86_64-unknown-windows` (e.g. for UEFI) but setting `-fc++-abi=itanium`.
```c++
namespace foo {
struct bar{
…
-
### Description
See https://forums.swift.org/t/xcode-16-type-cast-to-protocol-with-constrained-associated-type/74511
### Reproduction
```swift
import Foundation
let row:Any = TestRow()
if le…
-
Hey guys, I found a problem,
```
volatile register int i asm("x22");
register int j asm("x23");
int main () {
i = 12;
j = 13;
return i + j;
}
```
Generate llvm ir like this:
```
def…
-
Crash itself is reproducible on Godbolt:
https://godbolt.org/z/5j5cYMf3f
Reproducer:
```f90
character(:), pointer :: c
character(2), pointer :: c2
!$omp threadprivate(c, c2)
end
```
Sta…
-
| | |
| --- | --- |
| Bugzilla Link | [36665](https://llvm.org/bz36665) |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#38609 |
| Reporter | LLVM Bugzilla Contributor |
| CC |…
-
https://godbolt.org/z/svbPEYd5f
-
```
$ cat clang/test/Frontend/a.cpp
// RUN: %clang -xcuda -nocudainc --cuda-host-only -fsyntax-only -Xclang -emit-pch -std=gnu++20 %s > %t.pch
// RUN: %clang -xcuda -nocudainc --cuda-host-only -fsy…