* The cleangcc pass is broken into two parts, we only want to
authorChris Lattner <sabre@nondot.org>
Wed, 10 Apr 2002 20:37:47 +0000 (20:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Apr 2002 20:37:47 +0000 (20:37 +0000)
commitf8b90ee366cb3030b4d60a7dc4a911ffbdbe7fd7
tree584979760736460a71a62dfd4c17097c43d0b5fd
parent6a1f6940a189ea144bdd5efde53325f68c6ae330
* The cleangcc pass is broken into two parts, we only want to
  FunctionResolvingPass one.
* We run it *after* the symbol stripping pass so that -strip can be
  pipelined with the constant merging pass or something else if desired.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2226 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/gccld.cpp