-
### Summary
`py-libclang` has a build dependency on `llvm+clang`. On OSX, this means that you end up having to build and install `llvm`, rather than using the system installed `libclang`, which in tu…
krcb updated
2 months ago
-
### Summary
The build instructions for the Binja Debugger are incorrect because one of the required and supplied components: [lldb-artifacts](https://github.com/Vector35/lldb-artifacts/releases) d…
-
clang-20 crashed with ```-g``` option.
Compiler explorer: https://godbolt.org/z/73x3Wzj57
Since compiler explorer enables ```-g``` by default, if clang compiles this code with ```-g0```, it does n…
-
clang-20 crashed with ```no_caller_saved_registers``` attribute .
Compiler explorer: https://godbolt.org/z/bKoP3zT4j
```
$cat mutant.c
int a();
int __attribute__((no_caller_saved_registers)) …
-
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…
-
### Describe the bug
[LLVM](https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/compilers/llvm/common/llvm/default.nix) and [clang](https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pk…
ksyx updated
2 months ago
-
```c++
#include
#include
#include
enum Flags : uint64_t
{
LowMemoryNotification = (1
-
llvm 19.1.3
glibc 2.34
gcc 14.2.0
```
cc -o obj/skia/skcms_TransformBaseline_and_public/skcms_TransformBaseline.o
1. parser at end of file
2. Code generation
3. Running pass 'Functio…
fedya updated
3 weeks ago
-
If built on alpine, it fails with the following error:
> thread 'main' panicked at 'Unable to find libclang: "the libclang shared library at /usr/lib/libclang.so.12 could not be opened: Dynamic loa…
-
Potentially similar issues:
https://github.com/llvm/llvm-project/issues/64628
https://github.com/llvm/llvm-project/issues/43604
https://github.com/llvm/llvm-project/issues/63667
https://github.com…