[llvm-commits] [llvm] r118089 - in /llvm/trunk: include/llvm/System/Path.h lib/System/Path.cpp lib/System/Unix/Path.inc lib/System/Win32/Path.inc

Duncan Sands baldrick at free.fr
Wed Nov 3 01:15:17 PDT 2010


Hi Mikhail,

> appendSuffix: don't append a dot when the suffix is empty.

why is this needed?  If you want to append ".exe" shouldn't you just
append ".exe" rather than passing "exe" and expecting appendSuffix to
add the "."?  Is "." universal?

Ciao,

Duncan.



More information about the llvm-commits mailing list