[PATCH] D52603: Split invocations in CodeGen/X86/cpus.ll among multiple tests. (NFC)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 27 07:15:46 PDT 2018
RKSimon added a comment.
In https://reviews.llvm.org/D52603#1247882, @JDevlieghere wrote:
> In https://reviews.llvm.org/D52603#1247775, @RKSimon wrote:
>
> > Use .ll file extension not .test
>
>
> The new files are not LLVM assembly files, they only contain RUN lines for lit that use the original `cpus.ll`.
TBH I'd just put the foo() placeholder function in each file and use the .ll convention - its not like theres anything critical about cpus.ll
https://reviews.llvm.org/D52603
More information about the llvm-commits
mailing list