[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 05:30:30 PDT 2018


RKSimon added a comment.

Use .ll file extension not .test



================
Comment at: llvm/test/CodeGen/X86/cpus-64.test:1
+Check that we reject 64-bit mode on 32-bit only CPUs.
+CHECK-ERROR64: LLVM ERROR: 64-bit code requested on a subtarget that doesn't support it!
----------------
Maybe call this file cpus-no-x86_64.ll ?


Repository:
  rL LLVM

https://reviews.llvm.org/D52603





More information about the llvm-commits mailing list