[PATCH] D158920: Delete CloudABI support

Brad Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 25 23:51:44 PDT 2023


brad added a comment.

Also..

  # RUN: llvm-mc -filetype=obj -triple=aarch64-unknown-cloudabi %s -o %t.o
  ./lld/test/ELF/aarch64-got-relocations.s
  // RUN: llvm-mc -filetype=obj -triple=i686-unknown-cloudabi %s -o %t.o
  ./lld/test/ELF/static-with-export-dynamic.s
  # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-cloudabi %s -o %t1.o
  ./lld/test/ELF/x86-64-tls-pie.s

The only run lines in these tests are CloudABI targets and that triple is going away.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158920



More information about the cfe-commits mailing list