Skip to content

Commit

Permalink
Use the new file location for proc.ml (#140)
Browse files Browse the repository at this point in the history
Fix line directives at the beginning of proc.ml files in the
backend directory to refer to their new source location (instead of
the original asmcomp directory).
Add missing directives for arm, arm64 power, s390x, riscv.
  • Loading branch information
gretay-js committed Aug 5, 2021
1 parent fb37127 commit 41722da
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/amd64/proc.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2 "asmcomp/amd64/proc.ml"
# 2 "backend/amd64/proc.ml"
(**************************************************************************)
(* *)
(* OCaml *)
Expand Down
1 change: 1 addition & 0 deletions backend/arm/proc.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2 "backend/arm/proc.ml"
(**************************************************************************)
(* *)
(* OCaml *)
Expand Down
1 change: 1 addition & 0 deletions backend/arm64/proc.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2 "backend/arm64/proc.ml"
(**************************************************************************)
(* *)
(* OCaml *)
Expand Down
2 changes: 1 addition & 1 deletion backend/i386/proc.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2 "asmcomp/i386/proc.ml"
# 2 "backend/i386/proc.ml"
(**************************************************************************)
(* *)
(* OCaml *)
Expand Down
1 change: 1 addition & 0 deletions backend/power/proc.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2 "backend/power/proc.ml"
(**************************************************************************)
(* *)
(* OCaml *)
Expand Down
1 change: 1 addition & 0 deletions backend/riscv/proc.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2 "backend/riscv/proc.ml"
(**************************************************************************)
(* *)
(* OCaml *)
Expand Down
1 change: 1 addition & 0 deletions backend/s390x/proc.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2 "backend/s390x/proc.ml"
(**************************************************************************)
(* *)
(* OCaml *)
Expand Down

0 comments on commit 41722da

Please sign in to comment.