[all-commits] [llvm/llvm-project] 71dbd8: [llvm-mc] Fix line_end_with_space.test

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Mar 31 16:27:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 71dbd864f19f8b372f857b5322d3324240a17b89
      https://github.com/llvm/llvm-project/commit/71dbd864f19f8b372f857b5322d3324240a17b89
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M llvm/test/tools/llvm-mc/line_end_with_space.test

  Log Message:
  -----------
  [llvm-mc] Fix line_end_with_space.test

Currently, this test doesn't test what it was originally intended to
(that lvm-mc doesn't crash when disassembling a line that ends with a
space). This patch readds the space to the input so that this
functionality is actually tested and adds a comment describing what the
test does. The space seems to have been inadvertently removed in
c8d578311473fceb50579906658b0c017ef5b193 and then never added back
in.

Reviewed By: MaskRay

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




More information about the All-commits mailing list