gllvm icon indicating copy to clipboard operation
gllvm copied to clipboard

Whole Program LLVM: wllvm ported to go

Results 13 gllvm issues
Sort by recently updated
recently updated
newest added

When compiling `transmission`, the latest git version, using cmake configured with `gllvm`, the compiling command fails to append `.llvm_ir` sections to the binary, while the compilation suceeds. Here is an...

Hi, I'm attempting to build [ardupilot](https://github.com/ArduPilot/ardupilot) using gllvm, but it doesn't works well. Here are debug outputs first: ``` [ 67/2871] Compiling libraries/AP_Baro/AP_Baro_MS5611.cpp WARNING:Did not recognize the compiler flag: -cl-single-precision-constant...

Log files in gllvm contain calls to clang compilation and linking commands. There are cases where a binary is built by compiling and then linking against an archive library. This...