<div dir="ltr">Shoaib,<div><br></div><div>Thanks! I didn't know Phabricator interprets pluses and minuses as a list.</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jun 1, 2018 at 2:39 PM Shoaib Meenai via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">smeenai added a comment.<br>
<br>
Formatted diff (I didn't wanna edit the summary itself):<br>
<br>
  -  --build-id=<value>      Generate build ID note<br>
  +  --build-id=[fast,md5,sha,uuid,0x<hexstring>]<br>
  +                          Generate build ID note<br>
<br>
  -  --build-id              Generate build ID note<br>
  +  --build-id              Alias for --build-id=fast<br>
<br>
  -  --color-diagnostics=<value><br>
  -                          Use colors in diagnostics; one of 'always', 'never', 'auto'<br>
  +  --color-diagnostics=[auto,always,never]<br>
  +                          Use colors in diagnostics<br>
<br>
  -  --color-diagnostics     Use colors in diagnostics<br>
  +  --color-diagnostics     Alias for --color-diagnostics=always<br>
<br>
  -  --compress-debug-sections=<value><br>
  +  --compress-debug-sections=[none,zlib]<br>
<br>
  -  --defsym=<value>        Define a symbol alias<br>
  +  --defsym=<symbol>=<value><br>
  +                          Define a symbol alias<br>
<br>
  -  --format=<input-format> Change the input format of the inputs following this option<br>
  +  --format=[default,elf,binary]<br>
  +                          Change the input format of the inputs following this option<br>
<br>
  -  --pack-dyn-relocs=<format><br>
  -                          Pack dynamic relocations in the given format (none or android)<br>
  +  --pack-dyn-relocs=[none,android]<br>
  +                          Pack dynamic relocations in the given format<br>
<br>
  -  --rsp-quoting=<value>   Quoting style for response files. Values supported: windows|posix<br>
  +  --rsp-quoting=[posix,windows]<br>
  +                          Quoting style for response files<br>
<br>
  -  --undefined=<value>     Force undefined symbol during linking<br>
  +  --undefined=<symbol>    Force undefined symbol during linking<br>
<br>
  -  --wrap=<symbol>         Use wrapper functions for symbol<br>
  +  --wrap=<symbol>=<symbol><br>
  +                          Use wrapper functions for symbol<br>
<br>
<br>
<a href="https://reviews.llvm.org/D47656" rel="noreferrer" target="_blank">https://reviews.llvm.org/D47656</a><br>
<br>
<br>
<br>
</blockquote></div>