]> granicus.if.org Git - clang/commitdiff
Really make the Itanium C++ ABI the default.
authorCharles Davis <cdavis@mines.edu>
Sat, 12 Jun 2010 16:58:00 +0000 (16:58 +0000)
committerCharles Davis <cdavis@mines.edu>
Sat, 12 Jun 2010 16:58:00 +0000 (16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105893 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetOptions.h

index cec8f531586b514c6a59f98828e4cfacac894263..19b0cbbf5820e993f96fec49ceaa2d214a4191bb 100644 (file)
@@ -19,6 +19,10 @@ namespace clang {
 class TargetOptions {
 public:
 
+  TargetOptions() {
+    CXXABI = "itanium";
+  }
+
   /// If given, the name of the target triple to compile for. If not given the
   /// target will be selected to match the host.
   std::string Triple;