[PATCH] D55838: [gn build] Make `ninja check-lld` also run LLD's unit tests
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 18 17:22:29 PST 2018
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/utils/gn/secondary/lld/unittests/DriverTests/BUILD.gn:2
+executable("DriverTests") {
+ # test/Unit/lit.cfg expects unittests in LLD_BINARY_DIR/unittest
+ output_dir = target_out_dir
----------------
If this becomes common we should consider introducing a `test` template.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55838/new/
https://reviews.llvm.org/D55838
More information about the llvm-commits
mailing list