summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Options.td
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Options.td')
-rw-r--r--lld/ELF/Options.td6
1 files changed, 6 insertions, 0 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index b86a670915c..3ee1d17b31d 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -358,6 +358,12 @@ defm threads: B<"threads",
"Run the linker multi-threaded (default)",
"Do not run the linker multi-threaded">;
+def time_trace: F<"time-trace">, HelpText<"Record time trace">;
+def time_trace_file_eq: J<"time-trace-file=">, HelpText<"Specify time trace output file">;
+
+defm time_trace_granularity: Eq<"time-trace-granularity",
+ "Minimum time granularity (in microseconds) traced by time profiler">;
+
defm toc_optimize : B<"toc-optimize",
"(PowerPC64) Enable TOC related optimizations (default)",
"(PowerPC64) Disable TOC related optimizations">;
OpenPOWER on IntegriCloud