To simplify the upcoming context-on-type change, switch all command line tools to...
authorOwen Anderson <resistor@mac.com>
Wed, 15 Jul 2009 22:16:10 +0000 (22:16 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 15 Jul 2009 22:16:10 +0000 (22:16 +0000)
commit0d7c695c74ae6d5f68cc07378c17491915e607d3
treedb48115519235081bd14ef55df0e924996804e6d
parentfd2934f190fc13b60f8e5dd9639008d721b170f8
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now.

This will let us to hardwire stuff to the global context in the short term while the API is sorted out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75846 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
tools/bugpoint/bugpoint.cpp
tools/llc/llc.cpp
tools/lli/lli.cpp
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-db/llvm-db.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-ld/llvm-ld.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-nm/llvm-nm.cpp
tools/llvm-prof/llvm-prof.cpp
tools/llvm-ranlib/llvm-ranlib.cpp
tools/opt/opt.cpp