-
I'm trying to apply a patch to SDK.
However, when I follow [Development](https://github.com/llvm-mos/llvm-mos-sdk?tab=readme-ov-file#development) procedure I get an error.
What can be wrong?
Th…
-
I get this error when I try to run `codon run -plugin seq test.codon` on the test code in the example:
`codon: symbol lookup error: /home/aa/.codon/bin/../lib/codon/plugins/seq/build/libseq.so: und…
-
sample code
`void foo(int *iptr) {
iptr + 2;
}`
Clang generated code:
https://godbolt.org/z/8Yjnhxhz4
where we have
`getelementptr inbounds i32, ptr %0, i64 2`
CIR generated LLVM code is…
ghehg updated
2 weeks ago
-
## The issue
An address that symbolizes without issues on DWARF with GNU's `addr2line` does not yield any result on the converted GSYM file. Happy to help with anything, let me know!
## Repro
#…
-
1. Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
2. Compiling with effective version 5.10
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the …
-
- Build new LLVM images.
- [x] Open a pull request to https://github.com/cilium/image-tools changing the image version ([example](https://github.com/cilium/image-tools/pull/267/files)).
- [ ] Make…
-
failed to bump package llvm-lld-18 to version 18.1.7: got 404 Not Found when fetching https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/lld-18.1.7.src.tar.xz
-
@sylvestre requested this be made into it's own issue.
While investigating [109037](https://github.com/llvm/llvm-project/issues/109037), stack traces from the apt.llvm.org release of clangd only sh…
-
Running `llvm-readobj -a` or `llvm-readobj --unwind` on a binary that was produced by lld, I'm getting the following:
```
Invalid unwind code
UNREACHABLE executed at /tmp/llvm/llvm/tools/llvm-reado…
-
This is related to #866 .
Since #892 , ClangIR lowers constant local variables in C/C++ to `cir.alloca` operations with a `const` flag. The presence of the `const` flag implies:
- The variable m…