xiw / stack

A static checker for identifying unstable code.
http://css.csail.mit.edu/stack/
Other
359 stars 56 forks source link

stack-build outputs files in srcdir instead of objdir #16

Open mirabilos opened 11 years ago

mirabilos commented 11 years ago

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.

This breaks basic source code integrity rules and must be fixed.