-
| | |
|--------------------|----|
| Bugzilla Link | [PR47131](https://bugs.llvm.org/show_bug.cgi?id=47131) |
| Status | NEW |
| Importance | P enhancemen…
-
```
/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DAMD64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm/prims -I/home/yansendao/git/riscv-port-jdk8u-ysd/hotspot/src/share/vm -I/h…
-
The test com/sun/jdi/RedefineCrossEvent.java.RedefineCrossEvent from jdk_jdi_jdk8 in the sanity openjdk test suite fails for jdk 8 on all platforms (except macos) (all hotspot)
Error:
`Execution f…
-
I'm trying to build "beamui" using `dub --compiler=ldc2 -b=release --parallel`. It seems that there is an error in the source code along with a couple of "deprecation" messages. The full error log can…
-
If wondering this happened while testing out yarpgen with my own frontend. - other compiles work fine but this specific ones hangs seemingly forever.
`llc --version`
```
LLVM (http://llvm.org/)…
-
| | |
| --- | --- |
| Bugzilla Link | [47131](https://llvm.org/bz47131) |
| Version | trunk |
| OS | All |
| CC | @dwblaikie |
## Extended Description
The Linker/subprogram-linkonce-weak.ll test F…
rorth updated
2 years ago
-
rpm -q jenkins
jenkins-2.138.2-1.1.noarch
Today I tried upgrade from jenkins-2.89.4-1.1 to jenkins 2.138.2-1.1 on a RHEL7 ppc64 machine. I am getting a java.lang.UnsatisfiedLinkError for 'Native …
timja updated
4 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR9667](https://bugs.llvm.org/show_bug.cgi?id=9667) |
| Status | NEW |
| Importance | P normal |
| R…
-
### Summary of Problem
The following Chapel code triggers an internal error:
```chpl
proc foo(param opName : string) {
pragma "always resolve function"
extern "prefix" + opName proc someE…
-
This is not a show stopper at this point. Current work around is to not include the header file on the compilation command. Of course then I get a linking error, but that is for another github issue…