diff options
Diffstat (limited to 'llvm/docs/CommandGuide/dsymutil.rst')
| -rw-r--r-- | llvm/docs/CommandGuide/dsymutil.rst | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/dsymutil.rst b/llvm/docs/CommandGuide/dsymutil.rst index 8e61e01..0e442d6 100644 --- a/llvm/docs/CommandGuide/dsymutil.rst +++ b/llvm/docs/CommandGuide/dsymutil.rst @@ -70,6 +70,14 @@ OPTIONS   Print this help output. +.. option:: --include-swiftmodules-from-interface + + Whether or not to copy binary swiftmodules built from textual .swiftinterface + files into the dSYM bundle. These typically come only from the SDK (since + textual interfaces require library evolution) and thus are a waste of space to + copy into the bundle. Turn this on if the swiftmodules are different from + those in the SDK. +  .. option:: --keep-function-for-static   Make a static variable keep the enclosing function even if it would have been  | 
