xiw / stack

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

After build, clang++ is put into 'stac' instead of 'stack' #1

Closed msoos closed 11 years ago

msoos commented 11 years ago
~/development/llvm/stack/build/bin$ ls
ncpu  optck  poptck  stac  stack  stack-build

and:

~/development/llvm/stack/build/bin/stac$ ls -lah
total 8.0K
drwxrwxr-x 2 soos soos 4.0K Sep 22 23:35 .
drwxrwxr-x 4 soos soos 4.0K Sep 22 23:43 ..
lrwxrwxrwx 1 soos soos   21 Sep 22 23:35 clang++ -> ../../../test/clang++

I believe this is a typo :)

zeldovich commented 11 years ago

Thanks, will fix.

xiw commented 11 years ago

fixed in 2cb60cb4, thanks.