Skip to content
Snippets Groups Projects
Commit 60b6c700 authored by jdh8d's avatar jdh8d
Browse files

Former-commit-id: f200f412ba0dd873c57044ad279b331c76c3faee
parent 2ec2bbdb
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ realpath() { ...@@ -18,7 +18,7 @@ realpath() {
# set default values for # set default values for
################################################################################## ##################################################################################
initial_on_phases="stratafy_with_pc_confine create_binary_script is_so gather_libraries meds_static pdb_register fill_in_cfg fill_in_indtargs clone fix_calls generate_spri spasm fast_annot fast_spri" initial_on_phases="stratafy_with_pc_confine create_binary_script is_so gather_libraries meds_static pdb_register fill_in_cfg fill_in_indtargs clone fix_calls generate_spri spasm fast_annot fast_spri preLoaded_ILR1 preLoaded_ILR2"
################################################################################## ##################################################################################
...@@ -114,7 +114,7 @@ adjust_lib_path() ...@@ -114,7 +114,7 @@ adjust_lib_path()
# also, add newdir to the ld-library path for analysis. # also, add newdir to the ld-library path for analysis.
LD_LIBRARY_PATH=$NEWPATH:$PWD/$newdir export LD_LIBRARY_PATH=$NEWPATH:$PWD/$newdir
} }
check_step_option() check_step_option()
...@@ -244,8 +244,9 @@ check_options() ...@@ -244,8 +244,9 @@ check_options()
if [ "X$2" = "Xzipr" ]; then if [ "X$2" = "Xzipr" ]; then
echo using Zipr backend echo using Zipr backend
export backend="zipr" export backend="zipr"
phases_spec=" $phases_spec stratafy_with_pc_confine=off generate_spri=off spasm=off fast_annot=off zipr=on\ phases_spec=" $phases_spec stratafy_with_pc_confine=off generate_spri=off spasm=off fast_annot=off zipr=on preLoaded_ILR1=off preLoaded_ILR2=off fast_spri=off "
preLoaded_ILR1=off preLoaded_ILR2=off fast_spri=off " phases_spec=${phases_spec/preLoaded_ILR1=on/}
phases_spec=${phases_spec/preLoaded_ILR2=on/}
step_options_gather_libraries="$step_options_gather_libraries --main_exe_only" step_options_gather_libraries="$step_options_gather_libraries --main_exe_only"
elif [ "X$2" = "Xstrata" ]; then elif [ "X$2" = "Xstrata" ]; then
echo using Strata backend echo using Strata backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment