[js] start js bindings #168
Annotations
8 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build LLVM and MLIR:
third_party/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp#L6832
comparison of integers of different signs: 'typename iterator_traits<user_iterator_impl<User>>::difference_type' (aka 'long') and 'unsigned int' [-Wsign-compare]
|
Build LLVM and MLIR:
third_party/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp#L9624
comparison of integers of different signs: '__iter_diff_t<Value *const *>' (aka 'long') and 'unsigned int' [-Wsign-compare]
|
Build LLVM and MLIR:
third_party/llvm-project/mlir/include/mlir/IR/OperationSupport.h#L771
comparison of integers of different signs: 'typename iterator_traits<const NamedAttribute *>::difference_type' (aka 'long') and 'const unsigned int' [-Wsign-compare]
|
Build LLVM and MLIR:
third_party/llvm-project/mlir/include/mlir/IR/OperationSupport.h#L771
comparison of integers of different signs: 'typename iterator_traits<const NamedAttribute *>::difference_type' (aka 'long') and 'const unsigned int' [-Wsign-compare]
|
Build LLVM and MLIR:
third_party/llvm-project/mlir/include/mlir/IR/OperationSupport.h#L771
comparison of integers of different signs: 'typename iterator_traits<NamedAttribute *>::difference_type' (aka 'long') and 'const unsigned int' [-Wsign-compare]
|
Build LLVM and MLIR:
third_party/llvm-project/mlir/include/mlir/IR/OperationSupport.h#L771
comparison of integers of different signs: 'typename iterator_traits<const KernelMetadataAttr *>::difference_type' (aka 'long') and 'const unsigned int' [-Wsign-compare]
|
Build LLVM and MLIR:
third_party/llvm-project/mlir/lib/CAPI/IR/IR.cpp#L559
comparison of integers of different signs: 'unsigned int' and 'intptr_t' (aka 'long') [-Wsign-compare]
|
Loading