diff options
author | Dan Gohman <gohman@apple.com> | 2011-10-24 23:48:52 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-10-24 23:48:52 +0000 |
commit | 0986eb5c59c43809df95bac10138edd44c1ebb69 (patch) | |
tree | 65d4f2aeeb58d5fe8266e89704f9683747767b2f /lib/Driver/Tools.cpp | |
parent | 41422511e80e05d42bbf2d8460ca1b8b59db68ae (diff) |
Remove the SystemZ backend.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 42041d6566..11af01c651 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -507,9 +507,6 @@ static bool isSignedCharDefault(const llvm::Triple &Triple) { if (Triple.isOSDarwin()) return true; return false; - - case llvm::Triple::systemz: - return false; } } |