add comment explaining previous commit

see 'XCore target -fexceptions flag handling'

llvm-svn: 201311
This commit is contained in:
Robert Lytton 2014-02-13 10:38:56 +00:00
parent f7e03c1cff
commit 694f884f35
1 changed files with 1 additions and 0 deletions

View 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;