xiw/stack

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

msoos opened this issue · 2 comments

~/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 :)

Thanks, will fix.

xiw commented

fixed in 2cb60cb, thanks.