-
```
Lib/test/test_compile.py takes 1.7s for python2.6, 33s for trunk unladen
swallow (which emits some LLVM bitcode), and 12.5min for the llvm-working
branch (which emits full LLVM bitcode). The probl…
-
While building with xcode 14 and above, the build failed with the following link failure:
```
ld: in ../../src/libpinyin_internal.a(libstorage.a), archive member 'libstorage.a' with length 99412…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37685](https://bugs.llvm.org/show_bug.cgi?id=37685) |
| Status | NEW |
| Importance | P enhancemen…
-
### Description
Mull supports mutations for negate operator. (see https://mull.readthedocs.io/en/latest/SupportedMutations.html)
$ cat example.c
```
int main() {
int a = 2;
if (!a)
…
-
```
Lib/test/test_compile.py takes 1.7s for python2.6, 33s for trunk unladen
swallow (which emits some LLVM bitcode), and 12.5min for the llvm-working
branch (which emits full LLVM bitcode). The probl…
-
Hi, I added react-native-fabric to my react-native app and now it's failing to build (`archive`) for iOS.
The error I get:
```
ld: could not reparse object file in bitcode bundle: 'Invalid bitcode …
-
Hi,
Someone else just pointed this repo out to me and it looks great! I noticed in your README that some of the higher-level representation of LLVM IR is listed as todo. As the maintainer of [the…
-
Tools that load multiple files, such as llvm-diff, cannot handle 2 modules using `uselistorder`. On the parse of the second module, it sees the uses of constants in the first module, and errors when t…
-
xLTO works by emitting LLVM bitcode instead of machine code and then letting the linker run LLVM optimizations (at a point where also code from C/C++ is available for IPO). In the current setup, this …
-
Building shadow-plugin-bitcoin seems to be virtually possible. I have:
1. Installed shadow v0.10.2, which required some patching of the shadow code and build system
2. Installed all of the old ver…
haasn updated
7 years ago