add comment explaining previous commit
authorRobert Lytton <robert@xmos.com>
Thu, 13 Feb 2014 10:38:56 +0000 (10:38 +0000)
committerRobert Lytton <robert@xmos.com>
Thu, 13 Feb 2014 10:38:56 +0000 (10:38 +0000)
 see 'XCore target -fexceptions flag handling'

llvm-svn: 201311

clang/lib/Driver/Tools.cpp

index 6099292..39bffe4 100644 (file)
@@ -1533,6 +1533,7 @@ namespace {
   };
 } // end anonymous namespace.
 
+// exceptionSettings() exists to share the logic between -cc1 and linker invocations.
 static ExceptionSettings exceptionSettings(const ArgList &Args,
                                            const llvm::Triple &Triple) {
   ExceptionSettings ES;