llvm-6502/tools
Reid Spencer 1ef8bdaedb For PR351:
* Place a try/catch block around the entire tool to Make sure std::string
  exceptions are caught and printed before exiting the tool.
* Make sure we catch unhandled exceptions at the top level so that we don't
  abort with a useless message but indicate than an unhandled exception was
  generated.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19192 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-30 05:36:08 +00:00
..
analyze For PR351: 2004-12-30 05:36:08 +00:00
bugpoint For PR351: 2004-12-30 05:36:08 +00:00
extract For PR351: 2004-12-30 05:36:08 +00:00
gccas For PR351: 2004-12-30 05:36:08 +00:00
gccld Use explicit construction of sys::Path from std::string because the 2004-12-21 03:24:02 +00:00
llc For PR351: 2004-12-30 05:36:08 +00:00
lli For PR351: 2004-12-30 05:36:08 +00:00
llvm-ar Unbreak all archive reading operations introduced by the last patch which 2004-12-15 21:58:03 +00:00
llvm-as For PR351: 2004-12-30 05:36:08 +00:00
llvm-bcanalyzer For PR351: 2004-12-30 05:36:08 +00:00
llvm-db For PR351: 2004-12-30 05:36:08 +00:00
llvm-dis For PR351: 2004-12-30 05:36:08 +00:00
llvm-extract For PR351: 2004-12-30 05:36:08 +00:00
llvm-ld For PR351: 2004-12-30 05:36:08 +00:00
llvm-link For PR351: 2004-12-30 05:36:08 +00:00
llvm-nm For PR351: 2004-12-30 05:36:08 +00:00
llvm-prof For PR351: 2004-12-30 05:36:08 +00:00
llvm-ranlib For PR351: 2004-12-15 01:53:50 +00:00
llvm-stub Incorporate the contents of include/llvm/Config/unistd.h as this is the 2004-12-20 04:34:36 +00:00
llvmc For PR351: 2004-12-30 05:36:08 +00:00
opt For PR351: 2004-12-30 05:36:08 +00:00
Makefile Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT 2004-12-17 08:00:40 +00:00