whole-program-llvm icon indicating copy to clipboard operation
whole-program-llvm copied to clipboard

A wrapper script to build whole-program LLVM bitcode files

Results 5 whole-program-llvm issues
Sort by recently updated
recently updated
newest added

We probably need a couple of backup pip maintainers. Definitely you @travitch should be one. If you send me your pypi login name I can add you. Currently I push...

ClangBitcodeArgumentListFilter use its local callback `outputFileCallback` which does exactly the same thing ArgumentListFilter does. ClangBitcodeArgumentListFilter's `outputFileCallback` ``` def outputFileCallback(self, flag, filename): self.outputFilename = filename ``` ArgumentListFilter's `outputFileCallback` ``` def outputFileCallback(self,...

Hello, I am currently using `wllvm` to compile the library `open62541` (https://github.com/open62541/open62541). However, during the process of compiling the library, it displays: `WARNING: Cannot attach bitcode path to "CMakeFiles/open62541-object.dir/src/ua_types.c.o of...

Hi, I'm trying to compiler the Linux kernel. I tried both `wllvm` and `clang`. For `clang`, I just add two arguments to the kernel Makefile. ``` # add debug info...

Hello, I encountered an issue with response file handling in `wllvm`. I have a source file `hello.cpp` and a response file `res.rsp` containing: ``` -c hello.cpp ``` I run the...