[PATCH] D100138: Debug Go attribute test
Josh Haberman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 14:03:16 PDT 2021
haberman created this revision.
haberman requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This test is failing in my other review https://reviews.llvm.org/D99517
but I'm having trouble figuring out why and I can't
reproduce the problem locally.
This change is intended to help understand if this
test is already failing, and if not to get some more
debugging output.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100138
Files:
llvm/bindings/go/llvm/ir_test.go
Index: llvm/bindings/go/llvm/ir_test.go
===================================================================
--- llvm/bindings/go/llvm/ir_test.go
+++ llvm/bindings/go/llvm/ir_test.go
@@ -89,6 +89,7 @@
}
for _, name := range attrTests {
+ fmt.Println("Testing attribute: ", name)
testAttribute(t, name)
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100138.336220.patch
Type: text/x-patch
Size: 318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210408/8f4d25d6/attachment.bin>
More information about the llvm-commits
mailing list