[PATCH] D117505: Disable Go binding test on AIX
Steven Wan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 09:39:39 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG575c5d2a99ea: Disable Go binding test on AIX (authored by stevewan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117505/new/
https://reviews.llvm.org/D117505
Files:
llvm/test/Bindings/Go/go.test
Index: llvm/test/Bindings/Go/go.test
===================================================================
--- llvm/test/Bindings/Go/go.test
+++ llvm/test/Bindings/Go/go.test
@@ -1,4 +1,5 @@
; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm
; REQUIRES: shell, default_triple
-; UNSUPPORTED: asan, ubsan, msan
+;; Building Go bindings with Clang is currently unsupported on AIX.
+; UNSUPPORTED: asan, ubsan, msan, -aix
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117505.402949.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220125/812e132b/attachment.bin>
More information about the llvm-commits
mailing list