Skip to content

Commit 061da08

Browse files
committed
aa-symex: share files with symex, path-symex
Directly use files or use symbolic links to pull in modified headers. Merged various improvements from symex, path-symex to make code as similar as possible.
1 parent 5cf6a3a commit 061da08

21 files changed

+172
-1989
lines changed

src/aa-path-symex/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
SRC = locs.cpp var_map.cpp path_symex_history.cpp path_symex_state.cpp \
2-
path_symex.cpp build_goto_trace.cpp
1+
SRC = path_symex_state.cpp path_symex.cpp build_goto_trace.cpp
32

43
INCLUDES= -I ..
54

src/aa-path-symex/build_goto_trace.cpp

-123
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../path-symex/build_goto_trace.cpp

src/aa-path-symex/build_goto_trace.h

-22
This file was deleted.

src/aa-path-symex/build_goto_trace.h

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../path-symex/build_goto_trace.h

src/aa-path-symex/loc_ref.h

-86
This file was deleted.

src/aa-path-symex/locs.cpp

-140
This file was deleted.

0 commit comments

Comments
 (0)