[PATCH] D117505: Disable Go binding test on AIX

Steven Wan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 17 10:23:15 PST 2022


stevewan created this revision.
stevewan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Disable the Go binding test on AIX because building the binding on AIX with Clang is currently unsupported.


Repository:
  rG LLVM Github Monorepo

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.400603.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220117/e6c67a65/attachment.bin>


More information about the llvm-commits mailing list