diff options
Diffstat (limited to 'lld/lib/Driver/WinLinkOptions.td')
-rw-r--r-- | lld/lib/Driver/WinLinkOptions.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/lib/Driver/WinLinkOptions.td b/lld/lib/Driver/WinLinkOptions.td index 8988b60f87f..f31ae10a259 100644 --- a/lld/lib/Driver/WinLinkOptions.td +++ b/lld/lib/Driver/WinLinkOptions.td @@ -63,6 +63,7 @@ def verbose : F<"verbose">; def debug : F<"debug">; def swaprun_cd : F<"swaprun:cd">; def swaprun_net : F<"swaprun:net">; +def profile : F<"profile">; def force : F<"force">, HelpText<"Allow undefined symbols when creating executables">; |