[llvm] 575c5d2 - Disable Go binding test on AIX
Steven Wan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 09:39:39 PST 2022
Author: Steven Wan
Date: 2022-01-25T12:39:01-05:00
New Revision: 575c5d2a99eabf4a76ab6d81e25537804aa50c9d
URL: https://github.com/llvm/llvm-project/commit/575c5d2a99eabf4a76ab6d81e25537804aa50c9d
DIFF: https://github.com/llvm/llvm-project/commit/575c5d2a99eabf4a76ab6d81e25537804aa50c9d.diff
LOG: Disable Go binding test on AIX
Disable the Go binding test on AIX because building the binding on AIX with Clang is currently unsupported.
Reviewed By: ZarkoCA
Differential Revision: https://reviews.llvm.org/D117505
Added:
Modified:
llvm/test/Bindings/Go/go.test
Removed:
################################################################################
diff --git a/llvm/test/Bindings/Go/go.test b/llvm/test/Bindings/Go/go.test
index 2d31c2790697a..52ed348df1252 100644
--- a/llvm/test/Bindings/Go/go.test
+++ b/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
More information about the llvm-commits
mailing list