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 | df1e4bfcb24816baac9370658d50aaef487ea0e9 (patch) | |
tree | cf40ee16b1049affc0ed6f6eb2525f540184ef3f /clang/lib/Driver/Tools.cpp | |
parent | 3c75665fdd860f84f609523afb4d72868cf5e636 (diff) | |
download | bcm5719-llvm-df1e4bfcb24816baac9370658d50aaef487ea0e9.tar.gz bcm5719-llvm-df1e4bfcb24816baac9370658d50aaef487ea0e9.zip |
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.
llvm-svn: 174151
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r-- | clang/lib/Driver/Tools.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index 844367ee441..18b49e65e80 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/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") |