-
I am trying to build a Fortran test on x86, using `--target=aarch64-linux-gnu`:
```console
$ cat test.f90
program test
end program
$ flang-new --target=aarch64-linux-gnu --sysroot= test.f90 -c
…
-
The system libelf and "legacy" libelf conflict on compilation under Arch Linux. Forcing to compile with just legacy-libelf under 32-bit fails as legacy-libelf does not define Elf32_Xword -- saying in …
-
Hello!
I am trying to build the repository but facing an issue with the libc_mapping.c file
```
FAILED: CMakeFiles/sloader.dir/libc_mapping.cc.o
/usr/bin/c++ -DC10_USE_GLOG=1 -DGLOG_CUSTOM_PREF…
-
Using the same input assembly file from:
```c
int x = 0;
int min(int y)
{
while (x != 192) {
x += 1;
}
return y;
}
int main() {
min(1);
}
```
gnu-as assembled program looks normal:…
-
I want to use libtorch in windows10, I met the following problem during cmake.
build# cmake ..
-- Building for: MinGW Makefiles
-- The C compiler identification is GNU 8.1.0
-- The CXX compile…
-
| | |
| --- | --- |
| Bugzilla Link | [17612](https://llvm.org/bz17612) |
| Version | 3.3 |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/92601783/143748309-c4…
-
Currently Rizin parses the contents of `rel.dyn` for the symbols but the information is available only in the flag values or relocations (`ir` output). I think, if we also expose this information in `…
-
Halide has started failing to build recently. This is probably due to a change in configuration on my part, since it also affects old tags that used to build. However the issue seems to be limited to …
-
The data structures are not documented consistently, and the way they are currently documented, the member description does not show up in the documentation. This proposal will follow the convention …
-
~~~
[target.riscv64gc-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/home/yuyang/projects/mold/build/mold -m elf64-littleriscv"]
runner = "qemu-riscv64-static -L /usr/r…