[llvm-commits] [llvm] r52285 - /llvm/trunk/tools/llvm-ld/llvm-ld.cpp
Anton Korobeynikov
anton at korobeynikov.info
Sun Jun 15 05:05:32 PDT 2008
Hi, Argiris,
> + sys::Path OutPath(OutputFilename);
> + if (OutPath.getSuffix() != "exe")
> + OutPath.appendSuffix("exe");
Are you sure this is needed for all platforms? Including non-windows
ones?
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
More information about the llvm-commits
mailing list