Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLVM bpEVL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Lorenzo Albano
LLVM bpEVL
Commits
ecbe933d
Commit
ecbe933d
authored
16 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
remove some dead options.
llvm-svn: 62095
parent
b1a40a6a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/CommandGuide/llvm-ld.pod
+1
-10
1 addition, 10 deletions
llvm/docs/CommandGuide/llvm-ld.pod
with
1 addition
and
10 deletions
llvm/docs/CommandGuide/llvm-ld.pod
+
1
−
10
View file @
ecbe933d
...
...
@@ -162,8 +162,7 @@ functions.
=item B<-disable-opt>
Completely disable optimization. The various B<-On> options will be ignored and
no link time optimization passes will be run.
Completely disable optimization.
=item B<-disable-internalize>
...
...
@@ -194,14 +193,6 @@ An alias for B<-strip-debug>.
An alias for B<-disable-internalize>
=item B<-load> F<module>
Load an optimization module, F<module>, which is expected to be a dynamic
library that provides the function name C<RunOptimizations>. This function will
be passed the PassManager, and the optimization level (values 0-5 based on the
B<-On> option). This function may add passes to the PassManager that should be
run. This feature allows the optimization passes of B<llvm-ld> to be extended.
=item B<-post-link-opt>F<Path>
Run post-link optimization program. After linking is completed a bitcode file
...
...
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