-
nono-0.2.3をOpenBSD/amd64 7.0でコンパイルするとエラーになりました。
6.9ではclang 10.0.1でしたが、7.0でclang 11.1.0 になり、デフォルトのセッティングが変わったのかもしれません。
```
% uname -a
OpenBSD cinna.in.nk-home.net 7.0 GENERIC.MP#232 amd64
% cc -v
…
-
| | |
| --- | --- |
| Bugzilla Link | [49865](https://llvm.org/bz49865) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2021 07:46 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#48…
-
Using commit 03d95f15d2d7c92ed253152c0e50bb080ee323d4 .
Toy code: http://franke.ms/cex/z/K7z9eK
The `for()` loop has been refactored into a loop using pointer increments, and comparison against …
-
I also tried compiling/linking WCS with -m68020-40 and -m68020-60. Both show the rocks with random colors.
I tried to find an offening C-File but there is none. The difference is in the linking.
I…
-
I've been using m68k-linux (since that one is actually available on apt-get) and so far everything seems to work just fine, but someone suggested that it may be better to use m68k-elf instead after I …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR49865](https://bugs.llvm.org/show_bug.cgi?id=49865) |
| Status | RESOLVED FIXED |
| Importance | P…
-
Hello!
I'm working on porting the Rust compiler to Motorola M68000 (m68k) [1]. The work is based on a work-in-progress port of LLVM to m68k [2].
While most of the work to add m68k support to Rus…
-
This is a tracker bug for completing the M68000 backend so it can merged upstream. This bug will be used to create a campaign on Bountysource.com.
Since the LLVM project may still reject the comple…
-
working around #1224 , I observe:
```
In file included from scripts/mod/devicetable-offsets.c:3:
In file included from ./include/linux/mod_devicetable.h:13:
In file included from ./include/linux/u…
-
We need to define ```getExceptionPointerRegister``` and ```getExceptionSelectorRegister``` in ```M680x0ISelLowering.cpp``` which are required for exception handling. They are also required by the Rust…