[PATCH] D68230: [UpdateCCTestChecks] Allow asm in output with --allow-asm

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 01:39:35 PDT 2019


RKSimon added a reviewer: RKSimon.
RKSimon added a comment.

In D68230#1689718 <https://reviews.llvm.org/D68230#1689718>, @greened wrote:

> My thinking on this is now that we have the monorepo and that the monorepo will become the canonical source after the conference this month, it's much more feasible to create end-to-end tests.  They could live in a subdirectory of the monorepo root.  They wouldn't be largish things like in test-suite but rather more focused tests that ensure some behavior works in the context of the entire tool pipeline.


It then becomes a problem of maintenance - if a developer is just building/testing the llvm project for backend work are they responsible for keeping that test project passing? If not then it prevents us using CI bots to test and breaks are likely to linger for long lengths of time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68230





More information about the llvm-commits mailing list