[PATCH] D107593: [Lanai] fix MC / objdump

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 10:43:18 PDT 2021


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/ELF/Lanai/smoketest.ll:1
+;  RUN: llc  -o %t.o -filetype=obj -mtriple=lanai %s
+;  RUN: llvm-objdump  -d -S %t.o | FileCheck %s
----------------
`; RUN`


================
Comment at: llvm/test/tools/llvm-objdump/ELF/Lanai/smoketest.ll:5
+; Ensure that Lanai can be compiled using llc and then objdumped into
+; assembly. This is a smoke test to exercise the basics of the MC
+; implementation in Lanai.
----------------
Tests in binary utility directories typically use `;;` for non-CHECK-non-RUN comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107593



More information about the llvm-commits mailing list