[PATCH] D61809: [BPF] Preserve debuginfo array/union/struct type/access index
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 10:27:13 PDT 2019
lebedev.ri resigned from this revision.
lebedev.ri added a comment.
Don't think i will be of any help here.
================
Comment at: test/CodeGen/bpf-offsetreloc.c:2-4
+// RUN: grep "llvm.preserve.struct.access.index" %t1
+// RUN: grep "llvm.preserve.array.access.index" %t1
+// RUN: grep "llvm.preserve.union.access.index" %t1
----------------
This looks like a bad test.
Can't you use FileCheck?
I'd think there is more to test than a single tiny test..
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61809/new/
https://reviews.llvm.org/D61809
More information about the cfe-commits
mailing list