[Lldb-commits] [PATCH] D94890: Makefile.rules: Avoid redundant .d generation (make restart) and inline archive rule to the only test

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 20 13:15:57 PST 2021


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM with the inline comment addressed.



================
Comment at: lldb/test/API/functionalities/archives/Makefile:11
+libfoo.a: a.o b.o
+	$(AR) $(ARFLAGS) $@ $^
 
----------------
I would remove the object files just to be sure. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94890/new/

https://reviews.llvm.org/D94890



More information about the lldb-commits mailing list