[PATCH] D104286: [ELF] Restore arm-branch.s test

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 10:25:37 PDT 2021


MaskRay accepted this revision.
MaskRay added a comment.

LGTM.



================
Comment at: lld/test/ELF/Inputs/far-long-arm-abs.s:10
 too_far3 = 0x203002c
\ No newline at end of file

----------------
Add a newline


================
Comment at: lld/test/ELF/arm-branch.s:2
 // REQUIRES: arm
 // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t
 // RUN: echo "SECTIONS { \
----------------
add a file-level comment what this test does. it is not obvious.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104286/new/

https://reviews.llvm.org/D104286



More information about the llvm-commits mailing list