[PATCH] D46869: [Polly][arc] Remove unittesting from arcconfig
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 15 04:13:54 PDT 2018
philip.pfaffe created this revision.
philip.pfaffe added reviewers: grosser, Meinersbur.
Herald added a reviewer: bollu.
Herald added a subscriber: bollu.
Unittests aren't working, and I don't think they ever were. Just remove
them, so that we don't have to write `arc --nounit` all the time.
Repository:
rPLO Polly
https://reviews.llvm.org/D46869
Files:
.arcconfig
Index: .arcconfig
===================================================================
--- .arcconfig
+++ .arcconfig
@@ -1,9 +1,4 @@
{
"repository.callsign" : "PLO",
- "conduit_uri" : "https://reviews.llvm.org/",
- "history.immutable" : true,
- "load" : [
- "utils/arcanist/LitTestEngine"
- ],
- "unit.engine" : "LitTestEngine"
+ "conduit_uri" : "https://reviews.llvm.org/"
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46869.146779.patch
Type: text/x-patch
Size: 389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180515/4693494f/attachment.bin>
More information about the llvm-commits
mailing list