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
8bd01812
Commit
8bd01812
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
turned off clone step for zipr
Former-commit-id: deb4ad0e7acf44172326934617b471cdd72e06fe
parent
30d26897
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
+4
-2
4 additions, 2 deletions
tools/ps_analyze.sh
with
4 additions
and
2 deletions
tools/ps_analyze.sh
+
4
−
2
View file @
8bd01812
...
@@ -260,7 +260,7 @@ check_options()
...
@@ -260,7 +260,7 @@ 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 preLoaded_ILR1=off preLoaded_ILR2=off fast_spri=off create_binary_script=off is_so=off"
phases_spec
=
"
$phases_spec
clone=off
stratafy_with_pc_confine=off generate_spri=off spasm=off fast_annot=off zipr=on preLoaded_ILR1=off preLoaded_ILR2=off fast_spri=off create_binary_script=off is_so=off"
phases_spec
=
${
phases_spec
/preLoaded_ILR1=on/
}
phases_spec
=
${
phases_spec
/preLoaded_ILR1=on/
}
phases_spec
=
${
phases_spec
/preLoaded_ILR2=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"
...
@@ -1168,6 +1168,8 @@ if [ $? = 1 ]; then
...
@@ -1168,6 +1168,8 @@ if [ $? = 1 ]; then
if
[
-z
"
$cloneid
"
-o
!
"
$cloneid
"
-gt
0
]
;
then
if
[
-z
"
$cloneid
"
-o
!
"
$cloneid
"
-gt
0
]
;
then
fail_gracefully
"Failed to create variant. Is postgres running properly?"
fail_gracefully
"Failed to create variant. Is postgres running properly?"
fi
fi
else
cloneid
=
$varid
fi
fi
# do the basic tranforms we're performing for peasoup
# do the basic tranforms we're performing for peasoup
...
@@ -1324,7 +1326,7 @@ perform_step spawner stratafy_with_pc_confine $PEASOUP_HOME/tools/do_spawner.sh
...
@@ -1324,7 +1326,7 @@ perform_step spawner stratafy_with_pc_confine $PEASOUP_HOME/tools/do_spawner.sh
perform_step get_pins spasm,fast_spri
$PEASOUP_HOME
/tools/get_pins.sh
perform_step get_pins spasm,fast_spri
$PEASOUP_HOME
/tools/get_pins.sh
# zipr
# zipr
perform_step zipr
clone,
fill_in_indtargs,fill_in_cfg,pdb_register
env
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:
$ZIPR_INSTALL
/lib
$ZIPR_INSTALL
/bin/zipr.exe
--variant
$cloneid
--zipr
:objcopy
$PS_OBJCOPY
$step_options_zipr
perform_step zipr fill_in_indtargs,fill_in_cfg,pdb_register
env
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:
$ZIPR_INSTALL
/lib
$ZIPR_INSTALL
/bin/zipr.exe
--variant
$cloneid
--zipr
:objcopy
$PS_OBJCOPY
$step_options_zipr
# copy TOCTOU tool here if it exists
# copy TOCTOU tool here if it exists
if
[[
"
$CONCURRENCY_HOME
/toctou_tool"
!=
""
&&
-d
"
$CONCURRENCY_HOME
/toctou_tool"
]]
;
then
if
[[
"
$CONCURRENCY_HOME
/toctou_tool"
!=
""
&&
-d
"
$CONCURRENCY_HOME
/toctou_tool"
]]
;
then
...
...
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