Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enables bap-elf #866

Merged
merged 3 commits into from
Sep 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/bap_elf/bap_elf.mli
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
open Core_kernel.Std
open Regular.Std
open Bap.Std



Expand Down
1 change: 0 additions & 1 deletion lib/bap_elf/elf_types.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
open Core_kernel.Std
open Regular.Std
open Bap.Std

type e_class =
| ELFCLASS32
Expand Down
4 changes: 2 additions & 2 deletions oasis/common.tags.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
true: short_paths
true: bin_annot
true: debug
<**/*>: predicate(ppx_driver)
<**/*>: pp(ppx-jane -dump-ast -inline-test-drop)
not <**/bap_elf/*>: predicate(ppx_driver)
not <**/bap_elf/*>: pp(ppx-jane -dump-ast -inline-test-drop)
true: warn(+a-4-6-7-9-27-29-32..42-44-45-48-50-60)
2 changes: 1 addition & 1 deletion oasis/elf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Library elf
Path: lib/bap_elf
Build$: flag(elf)
FindlibName: bap-elf
BuildDepends: bap, bitstring, bitstring.ppx, ppx_deriving
BuildDepends: bitstring, bitstring.ppx, regular
Modules: Bap_elf
InternalModules:
Elf_parse,
Expand Down