-
Please could you also specify the version of Ubuntu etc. that you are using.
**The following additional steps are required for Ubuntu 22.04:**
**Citation of the https://stackoverflow.com/quest…
gritk updated
2 weeks ago
-
### Steps To Reproduce
Steps to reproduce the behavior:
```nix
# default.nix
{
pkgs ? import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/dfadd0b94a9d821b59ffcb48718b7…
-
Context for anyone interested.
@argentite was able to run `clang-repl` in the browser and this is how we was able to accomplish this
1) He built `llvm` (clang, lld) for `emscripten-wasm32`
2) He…
-
See https://github.com/dotnet/runtime/pull/108235, which uses the thunk pool and will not work for us.
Rough idea:
1) Produce fat function pointers in interface resolve.
2) Teach interface call l…
-
I tried to add new test `IotaF8E4M3FN` based on `IotaF8E4FNUZ` code ([xla/service/elemental_ir_emitter_test.cc](https://github.com/openxla/xla/blob/main/xla/service/elemental_ir_emitter_test.cc#L540))…
-
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 libLLVM-16.so.1 0x00007fd78cdbec16 llvm::sys::Pr…
-
Compiler Explorer: [https://godbolt.org/z/Y6qM8chGK](https://godbolt.org/z/Y6qM8chGK)
Attempting to compile below program with Clang Assertion Trunk:
```c
int main() {
__builtin_set_flt_rounds…
-
### Describe the project you are working on
V-sekai is social VR community using the FOSS Godot Engine. https://github.com/V-Sekai/
### Describe the problem or limitation you are having in your …
-
┌──(kali㉿kali)-[~/aflnet/llvm_mode]
└─$ export LLVM_CONFIG=/usr/bin/llvm-config-19
…
-
With the `nativeaot` merge test wrapper, what is the intention, if any, for how it should be used to run non-host, e.g. Wasm, tests. For `windows-x64` it looks like `nativeaot.dll` is published as a …