[all-commits] [llvm/llvm-project] f89278: [NFC][llvm-exegesis] Disable tests using preproces...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Mon Jun 26 12:13:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8927838fa85587027943c053750c403d88dae1d
      https://github.com/llvm/llvm-project/commit/f8927838fa85587027943c053750c403d88dae1d
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
    M llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt
    M llvm/unittests/tools/llvm-exegesis/X86/SubprocessMemoryTest.cpp

  Log Message:
  -----------
  [NFC][llvm-exegesis] Disable tests using preprocessor directives

This patch changes to disabling tests in SubprocessMemoryTest.cpp using
preprocessor directives rather than pulling the file out of the build
using CMake. This is the de facto canonical way to do it in the rest of
the tree as seen in other unittest files such as DwarfDebugInfoTest.cpp.




More information about the All-commits mailing list