Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
bbfc382c
Commit
bbfc382c
authored
1 year ago
by
Xenhat Hex
Browse files
Options
Downloads
Patches
Plain Diff
Clarify TODO for future readers
parent
7214bfe7
Branches
xenhat/maint/bolt
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/linux_tools/wrapper.sh
+5
-1
5 additions, 1 deletion
indra/newview/linux_tools/wrapper.sh
with
5 additions
and
1 deletion
indra/newview/linux_tools/wrapper.sh
+
5
−
1
View file @
bbfc382c
...
@@ -36,7 +36,11 @@ if [[ -v AL_MANGO ]]; then
...
@@ -36,7 +36,11 @@ if [[ -v AL_MANGO ]]; then
export
LL_WRAPPER
=
'mangohud --dlsym'
export
LL_WRAPPER
=
'mangohud --dlsym'
fi
fi
#TODO: move to CMAKE::execute_process before stripping the binary
## - TODO: replace this with a way to generate an instrumented binary
## - for profile generation and a way to consume a pre-generated profile
## - during the build process, possibly before stripping the binary,
## - to optimize regular builds. Exact binary match is not required.
## - See the BOLT documentation for more information
if
[[
-v
AL_INSTRUMENT
]]
;
then
if
[[
-v
AL_INSTRUMENT
]]
;
then
if
[[
!
-f
bin/do-not-directly-run-alchemy-bin-vendor
]]
;
then
if
[[
!
-f
bin/do-not-directly-run-alchemy-bin-vendor
]]
;
then
cp
bin/do-not-directly-run-alchemy-bin bin/do-not-directly-run-alchemy-bin-vendor
cp
bin/do-not-directly-run-alchemy-bin bin/do-not-directly-run-alchemy-bin-vendor
...
...
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