forked from OSchip/llvm-project
add comment explaining previous commit
see 'XCore target -fexceptions flag handling' llvm-svn: 201311
This commit is contained in:
parent
f7e03c1cff
commit
694f884f35
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue