[PATCH] D85041: [llvm-libtool-darwin] Add constant CPU_TYPE_ARM64_V8
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 2 21:46:30 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/MachO/AArch64/macho-arm64-v8.test:1
+// RUN: yaml2obj %p/Inputs/arm64_v8.macho.yaml -o %tarm-v8.o
+// RUN: llvm-objdump -p %tarm-v8.o | FileCheck --strict-whitespace %s
----------------
Usually RUN and CHECK lines should use the same comment marker. Either you include the comment marker or leave the comment marker for both RUN and CHECK
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85041/new/
https://reviews.llvm.org/D85041
More information about the llvm-commits
mailing list