summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/DarwinLdOptions.td
diff options
context:
space:
mode:
Diffstat (limited to 'lld/lib/Driver/DarwinLdOptions.td')
-rw-r--r--lld/lib/Driver/DarwinLdOptions.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/lib/Driver/DarwinLdOptions.td b/lld/lib/Driver/DarwinLdOptions.td
index ff09d6a00b2..61c151a20be 100644
--- a/lld/lib/Driver/DarwinLdOptions.td
+++ b/lld/lib/Driver/DarwinLdOptions.td
@@ -70,6 +70,9 @@ def all_load : Flag<["-"], "all_load">,
HelpText<"Forces all members of all static libraries to be loaded">,
Group<grp_libs>;
+// test case options
+def print_atoms : Flag<["-"], "print_atoms">,
+ HelpText<"Emit output as yaml atoms">;
// general options
def output : Separate<["-"], "o">, HelpText<"Output file path">;
OpenPOWER on IntegriCloud