From 694f884f35d1cd5fd4760085ef452609b37f0eb9 Mon Sep 17 00:00:00 2001 From: Robert Lytton Date: Thu, 13 Feb 2014 10:38:56 +0000 Subject: [PATCH] add comment explaining previous commit see 'XCore target -fexceptions flag handling' llvm-svn: 201311 --- clang/lib/Driver/Tools.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index 6099292..39bffe4 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp @@ -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; -- 2.7.4