[llvm-dev] UNSUPPORTED: LLVM :: Bindings/Go/go.test while llvm-go is available
Fangrui Song via llvm-dev
llvm-dev at lists.llvm.org
Fri Sep 25 20:44:42 PDT 2020
https://reviews.llvm.org/D88241 added type to 'sret' and broke the go binding test.
I "fixed" it (by removing 'sret') in https://reviews.llvm.org/rG63c58c2b934525c9863e624cf39ec542dd84ca78
(The 'sret' test should be properly added back if it is deemed necessary.)
It seems that the configuration of test/Bindings/Go has some issues.
My build specifies -DLLVM_ENALBE_BINDINGS=on (default) and llvm-go is
built as a target. However, llvm-lit says that the test is unsupported.
In llvm-project/test/Bindings
% /path/to/bin/llvm-lit -v Go
-- Testing: 1 tests, 1 workers --
UNSUPPORTED: LLVM :: Bindings/Go/go.test (1 of 1)
More information about the llvm-dev
mailing list