Change bugpoint to use Triple to make runtime decisions.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 18 Aug 2009 03:35:57 +0000 (03:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 18 Aug 2009 03:35:57 +0000 (03:35 +0000)
commitca7409664273fed4b473127295af3af0836b3077
tree4dec85698109cbee1fa006a2cbcc962b0ec1628b
parent2bd4bb0397135d2ccde8ff6f411da597d9e4ed55
Change bugpoint to use Triple to make runtime decisions.
 - This is cleaner, and makes bugpoint match the host instead of the build
   architecture.

 - Patch by Sandeep Patel!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79309 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/BugDriver.cpp
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/bugpoint/bugpoint.cpp