Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
60b6c700
Commit
60b6c700
authored
8 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
Former-commit-id: f200f412ba0dd873c57044ad279b331c76c3faee
parent
2ec2bbdb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/ps_analyze.sh
+5
-4
5 additions, 4 deletions
tools/ps_analyze.sh
with
5 additions
and
4 deletions
tools/ps_analyze.sh
+
5
−
4
View file @
60b6c700
...
...
@@ -18,7 +18,7 @@ realpath() {
# 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()
# 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
()
...
...
@@ -244,8 +244,9 @@ check_options()
if
[
"X
$2
"
=
"Xzipr"
]
;
then
echo
using Zipr backend
export
backend
=
"zipr"
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 "
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 "
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"
elif
[
"X
$2
"
=
"Xstrata"
]
;
then
echo
using Strata backend
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment