ccc: Forward -fobjc-nonfragile-abi to clang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63378 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/ccc/ccclib/Tools.py b/tools/ccc/ccclib/Tools.py
index ed13814..6156684c 100644
--- a/tools/ccc/ccclib/Tools.py
+++ b/tools/ccc/ccclib/Tools.py
@@ -315,6 +315,7 @@
arglist.addAllArgs(cmd_args, arglist.parser.f_objcGcOption)
arglist.addAllArgs(cmd_args, arglist.parser.f_objcGcOnlyOption)
+ arglist.addAllArgs(cmd_args, arglist.parser.f_objcNonfragileAbiOption)
arglist.addAllArgs(cmd_args, arglist.parser.f_nextRuntimeOption)
arglist.addAllArgs(cmd_args, arglist.parser.f_gnuRuntimeOption)
arglist.addLastArg(cmd_args, arglist.parser.f_exceptionsOption)