You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since https://reviews.llvm.org/D91734, CodeGen/AArch64/elf-globals-static.ll
test contains several `CHECK-PIC` lines. They do not seem to bring any
value since there are no FileCheck run lines checking against this
prefix. The right place for such tests should be elf-globals-pic.ll,
which already contains check lines being deleted in this commit.
Both elf-globals-pic.ll and elf-globals-static.ll were created after
splitting arm64-elf-globals.ll in 6dbd0ea,
and having `CHECK-PIC` lines in elf-globals-static.ll seems like an
issue occurred because of git thinking that elf-globals-pic.ll is a new
file and elf-global-static.ll is a rename of arm64-elf-globals.ll
0 commit comments