llvm-6502/tools
Tobias Grosser 7593f34d67 Move check of command line options after command line parsing.
The check to not allow -analyze and -disable-output at the same time was done
before parsing the command line flags. Therefore it never triggered, and in case
both options where used opt segfaulted. Fix this by moving this check a after
command line parsing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120732 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-02 20:35:16 +00:00
..
bugpoint Merge System into Support. 2010-11-29 18:16:10 +00:00
bugpoint-passes Minor cleanups to follow the common convention for pass 2010-08-20 00:56:16 +00:00
edis build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do 2010-07-31 21:32:56 +00:00
gold Now to chant the magical incantation that will exorcise the System library 2010-11-29 19:44:50 +00:00
llc Add hiddent command line option, as an debugging aid, to disable .loc use. 2010-12-01 15:36:49 +00:00
lli Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-ar convert llvm-ar and llvm-ranlib to raw_ostream from iostreams. 2010-11-29 23:02:20 +00:00
llvm-as Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-bcanalyzer Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-config fix the autoconf script to detect "has asmprinter"ness of a target by 2010-11-14 19:10:47 +00:00
llvm-diff Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
llvm-dis Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-extract Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-ld Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-link Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-mc Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-nm Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-prof Merge System into Support. 2010-11-29 18:16:10 +00:00
llvm-ranlib convert llvm-ar and llvm-ranlib to raw_ostream from iostreams. 2010-11-29 23:02:20 +00:00
llvm-shlib tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD. 2010-10-28 06:45:57 +00:00
llvm-stub Hack around incompatible pointer warnings. 2010-10-16 15:43:02 +00:00
llvmc I swear I did a make clean and make before committing all this... 2010-11-29 18:47:54 +00:00
lto I swear I did a make clean and make before committing all this... 2010-11-29 18:47:54 +00:00
macho-dump macho-dump: Add support for --dump-section-data and tweak a few format strings. 2010-11-27 13:58:16 +00:00
opt Move check of command line options after command line parsing. 2010-12-02 20:35:16 +00:00
CMakeLists.txt macho-dump: Stub out C++ macho-dump tool. 2010-11-27 05:58:44 +00:00
Makefile tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect availability of loadable module! 2010-11-29 08:58:11 +00:00