[PATCH] D47904: Support option -plugin-opt=dwo_dir=

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 20 11:28:56 PDT 2018


pcc added a comment.

Can you add a test case?



================
Comment at: ELF/Options.td:446
+def plugin_opt_dwo_dir_eq: J<"plugin-opt=dwo_dir=">,
+  HelpText<"Diretory to store .dwo files when LTO and debug fission are used">;
 
----------------
nit: Directory


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47904





More information about the llvm-commits mailing list