[all-commits] [llvm/llvm-project] 0a6860: [LLD][ELF][test] Fix CHECKs in map-file test

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Sep 21 08:39:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a6860521eb8b8d5d2d205f50ea527033056af24
      https://github.com/llvm/llvm-project/commit/0a6860521eb8b8d5d2d205f50ea527033056af24
  Author: Edd Dawson <edd.dawson at sony.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M lld/test/ELF/map-file.s

  Log Message:
  -----------
  [LLD][ELF][test] Fix CHECKs in map-file test

A repeated typo in lld/test/ELF/map-file.s prevented a number of checks from being executed.

CHECk-NEXT -> CHECK-NEXT
    ^             ^

After correcting the typo, a small adjustment was needed to match the size of the synthetic .comment section (which always contains "LLD 1.0" in the test environment).

Differential revision: https://reviews.llvm.org/D88023




More information about the All-commits mailing list