From bd200b9ff64715624006e1495fc7e899739e4950 Mon Sep 17 00:00:00 2001 From: Yunlian Jiang Date: Fri, 13 Apr 2018 05:03:28 +0000 Subject: Enable debug fission for thinLTO linked via gold-plugin Summary: This enables debug fission on implicit ThinLTO when linked with gold. It will put the .dwo files in a directory specified by user. Reviewers: tejohnson, pcc, dblaikie Reviewed By: pcc Subscribers: JDevlieghere, mehdi_amini, inglorion Differential Revision: https://reviews.llvm.org/D44792 llvm-svn: 329988 --- llvm/test/lit.cfg.py | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/lit.cfg.py') diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py index 2c63e849df7..bfbb048f053 100644 --- a/llvm/test/lit.cfg.py +++ b/llvm/test/lit.cfg.py @@ -134,6 +134,7 @@ tools = [ ToolSubst('%ocamlc', ocamlc_command, unresolved='ignore'), ToolSubst('%ocamlopt', ocamlopt_command, unresolved='ignore'), ToolSubst('%opt-viewer', opt_viewer_cmd), + ToolSubst('%llvm-objcopy', FindTool('llvm-objcopy')), ] # FIXME: Why do we have both `lli` and `%lli` that do slightly different things? -- cgit v1.2.3