-
## Project description
There are some tools converting LLVM IR/bitcode into WASM modules. But I have not found any doing the inverse task: converting WASM modules into LLVM IR/bitcode, though the ide…
-
`llvm-disasm` is noticeably slower than its LLVM counterpart. This issue will attempt to keep track of data regarding this performance discrepancy and attempts at improving the situation.
This is t…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR33647](https://bugs.llvm.org/show_bug.cgi?id=33647) |
| Status | NEW |
| Importance | P enhancemen…
-
In https://github.com/rust-lang/rust/pull/122580 I added some code that prevents the magic `compiler_builtins` crate from linking against `core`. The replacement of calls happens as late as possible, …
-
| | |
| --- | --- |
| Bugzilla Link | [22567](https://llvm.org/bz22567) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer,@echristo,@ismail,@rnk |
## Ex…
-
We've started looking at automagically upgrading the debug-info in tests for the "RemoveDIs" project, replacing dbg.value intrinsics with non-instruction data. It turns out that a decent number of tes…
-
#### Description
Summary:
In Xcode 7.3, static libraries are sometimes compiled without bitcode.
Steps to Reproduce:
1. Create a project that makes a static library-based framework
2. Enable bitcode…
-
Hi, I want to lift executable binary to LLVM bitcode, which is similar to the original file.
So I wonder if I can lift without specifying "mode program's memory" and "runtime's memory" provided by re…
-
When using clang as the default toolchain and `thin-lto` is enabeld in distro configuration, OpenMP fails to build.
The error given is:
```
/home/jaskij/yocto/build/tmp-glibc/work/cortexa53-cry…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR49234](https://bugs.llvm.org/show_bug.cgi?id=49234) |
| Status | NEW |
| Importance | P enhancemen…