[PATCH] D127776: [ObjectYAML] Add offloading binary implementations for obj2yaml and yaml2obj
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 23:11:18 PDT 2022
jhenderson added inline comments.
================
Comment at: llvm/test/ObjectYAML/Offload/malformed.yaml:1
+# RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s
+!Offload
----------------
Thanks for the update, mostly looks good, but can I request this be split into a sequence of different test cases within the same file, where you only set one of the fields in each case? In other words, one with Version 2, another with just Size set etc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127776/new/
https://reviews.llvm.org/D127776
More information about the llvm-commits
mailing list