stack
stack copied to clipboard
A static checker for identifying unstable code.
llvm3.4 is getting old, and code written against newer compiler/standards versions fails to compile with clang3.4. Moving to a newer version of llvm would help keep this tool alive. Feature...
I just tested your STACK tool with success as I found two bugs in our code base. Great work, many thanks! However, I came across a load of warnings that...
I get a memory allocation error while running `stack-build make`. Is there anything I can do to limit the memory usage of the process?
Unless it's -std=gnu99, which personally I've never used. It should allow for _any_ std values in C mode, or at least c99, c11, gnu99 and gnu11.
Now the modules are isolated and everything installs properly. Bad build scripts make me really, really angry so I made everything much cleaner.
AFAIK, LLVM development is highly moving on and it's API is changing. So tools using LLVM (e.g. stack) require specific version of LLVM and building & installing required version of...
Hi, I'm trying to use stack on my own self-generated LLVM bitecode files but I always have the famous "LLVM ERROR: Bad DataLayout ctor used." (well documented in your FAQ)...
including a working llvm-config
Severity: important When doing a compile like `$CC -o foo.o /path/to/foo.c` the *.ll files will be written into the same directory as the .c file instead of the .o file....