Closed GoogleCodeExporter closed 9 years ago
Will this work if we re-write this as LD_LIBRARY_PATH=%T:$LD_LIBRARY_PATH?
There is a separate bug tracker for TSan btw
(https://code.google.com/p/thread-sanitizer/issues/list)
Original comment by samso...@google.com
on 31 Mar 2014 at 2:26
I thought about this but if LD_LIBRARY_PATH was empty, you'll inadverently add
curdir into list of library paths which is probably undesirable.
Original comment by tetra2...@gmail.com
on 31 Mar 2014 at 2:31
The canonical way for POSIX shells would probably be
LD_LIBRARY_PATH=%T${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
Original comment by tetra2...@gmail.com
on 31 Mar 2014 at 2:34
Submitted r205300.
Original comment by samso...@google.com
on 1 Apr 2014 at 11:58
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:14
Original issue reported on code.google.com by
tetra2...@gmail.com
on 31 Mar 2014 at 12:18