[all-commits] [llvm/llvm-project] 88c124: [llvm-exegesis] Remove Assembler Tests

Aiden Grossman via All-commits all-commits at lists.llvm.org
Sat May 13 02:00:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88c1242ed7e1d82d0f681b5627e42e80b60dc9fe
      https://github.com/llvm/llvm-project/commit/88c1242ed7e1d82d0f681b5627e42e80b60dc9fe
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-05-13 (Sat, 13 May 2023)

  Changed paths:
    R llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
    R llvm/unittests/tools/llvm-exegesis/ARM/CMakeLists.txt
    M llvm/unittests/tools/llvm-exegesis/CMakeLists.txt
    R llvm/unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp
    M llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt

  Log Message:
  -----------
  [llvm-exegesis] Remove Assembler Tests

The Assembler tests have been disabled for years in tree and at this
point don't test anything other than common MC infrastructure that is
already tested in other parts of the tree. This patch removes them due
to the mentioned reasons.

Reviewed By: courbet

Differential Revision: https://reviews.llvm.org/D149819




More information about the All-commits mailing list