-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bindings/ocaml: regenerate constants
- Loading branch information
Showing
14 changed files
with
13,669 additions
and
5,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
$ dune build | ||
zsh: correct 'build' to '_build' [nyae]? n | ||
File "src/xtensa_const.ml", line 110, characters 25-39: | ||
110 | let _XTENSA_OP_INVALID = _CS_OP_INVALID;; | ||
^^^^^^^^^^^^^^ | ||
Error: Unbound value _CS_OP_INVALID | ||
File "src/alpha_const.ml", line 4, characters 24-38: | ||
4 | let _ALPHA_OP_INVALID = _CS_OP_INVALID;; | ||
^^^^^^^^^^^^^^ | ||
Error: Unbound value _CS_OP_INVALID | ||
File "src/tricore_const.ml", line 2, characters 26-40: | ||
2 | let _TRICORE_OP_INVALID = _CS_OP_INVALID;; | ||
^^^^^^^^^^^^^^ | ||
Error: Unbound value _CS_OP_INVALID | ||
File "src/sparc_const.ml", line 41, characters 41-54: | ||
41 | let _SPARC_HINT_A_PN = _SPARC_HINT_A lor SPARC_HINT_PN;; | ||
^^^^^^^^^^^^^ | ||
Error: Unbound constructor SPARC_HINT_PN | ||
File "src/loongarch_const.ml", line 2, characters 28-42: | ||
2 | let _LOONGARCH_OP_INVALID = _CS_OP_INVALID;; | ||
^^^^^^^^^^^^^^ | ||
Error: Unbound value _CS_OP_INVALID | ||
File "src/arm_const.ml", line 164, characters 22-36: | ||
164 | let _ARM_OP_INVALID = _CS_OP_INVALID;; | ||
^^^^^^^^^^^^^^ | ||
Error: Unbound value _CS_OP_INVALID | ||
File "src/ppc_const.ml", line 70, characters 22-36: | ||
70 | let _PPC_OP_INVALID = _CS_OP_INVALID;; | ||
^^^^^^^^^^^^^^ | ||
Error: Unbound value _CS_OP_INVALID | ||
File "src/systemz_const.ml", line 18, characters 26-40: | ||
18 | let _SYSTEMZ_OP_INVALID = _CS_OP_INVALID;; | ||
^^^^^^^^^^^^^^ | ||
Error: Unbound value _CS_OP_INVALID | ||
File "src/aarch64_const.ml", line 26, characters 41-59: | ||
26 | let _AARCH64LAYOUT_VL_4B = (4 lsl 8) lor AARCH64LAYOUT_VL_B;; | ||
^^^^^^^^^^^^^^^^^^ | ||
Error: Unbound constructor AARCH64LAYOUT_VL_B |
Oops, something went wrong.