diff options
Diffstat (limited to 'lld/ELF/Config.h')
-rw-r--r-- | lld/ELF/Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/ELF/Config.h b/lld/ELF/Config.h index d7e715ebf35..6d804ee2bbe 100644 --- a/lld/ELF/Config.h +++ b/lld/ELF/Config.h @@ -191,6 +191,7 @@ struct Configuration { bool trace; bool thinLTOEmitImportsFiles; bool thinLTOIndexOnly; + bool timeTraceEnabled; bool tocOptimize; bool undefinedVersion; bool useAndroidRelrTags = false; @@ -240,6 +241,7 @@ struct Configuration { unsigned ltoo; unsigned optimize; unsigned thinLTOJobs; + unsigned timeTraceGranularity; int32_t splitStackAdjustSize; // The following config options do not directly correspond to any |