[PATCH] D86344: [FileCheck] Move FileCheck implementation out of LLVMSupport into its own library

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 7 18:03:05 PDT 2020


chandlerc added a comment.

Somewhat minor post-commit thought, but we now have both a library `FileCheck` and an executable binary `FileCheck` (not to mention the existing confusion of having two `FileCheck.cpp` files).

Might be nice to think about a naming scheme that would reduce these collisions?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86344



More information about the llvm-commits mailing list