icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.6k stars 252 forks source link

There are still problems with path canonicalization. #499

Closed bwiklak closed 5 years ago

bwiklak commented 5 years ago

There are still problems with path canonicalization. with -fsanitize-blacklist=../../d/blacklist.txt it should resolve to /a/d/balcklist.txt but is resolved to /a/b/c/d/blacklist.txt instead.

Originally posted by @bwiklak in https://github.com/icecc/icecream/pull/378#issuecomment-527427503

llunak commented 5 years ago

Works fine for with me with current git. Please please a testcase for reproducing the problem.

bwiklak commented 5 years ago

Master works, I was checking on version 1.2.