diff options
author | Hal Finkel <hfinkel@anl.gov> | 2013-02-01 05:53:33 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2013-02-01 05:53:33 +0000 |
commit | 5ccd3d0214b9d765a1bb41872da27d3c5530ab2b (patch) | |
tree | a1042896e91bc2dd67623a748a3c209a44aefdce /lib/Driver/Tools.cpp | |
parent | 074cae0861a87bf96d8ea56d02e34839d9ccbd0a (diff) |
Add PPC A2Q core and BG/Q preprocessor definitions
The a2q core is the variant of the a2 core used on the BG/Q supercomputers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174151 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 844367ee44..18b49e65e8 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -1053,6 +1053,7 @@ static std::string getPPCTargetCPU(const ArgList &Args) { .Case("970", "970") .Case("G5", "g5") .Case("a2", "a2") + .Case("a2q", "a2q") .Case("e500mc", "e500mc") .Case("e5500", "e5500") .Case("power6", "pwr6") |