aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-ld.pod
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-12-21 05:03:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-12-21 05:03:23 +0000
commit73a74be705bbcc6c31412acd09306087174b42b5 (patch)
tree38275e757759d4b3f9e9b8ddafcb64fa99b2cd85 /docs/CommandGuide/llvm-ld.pod
parent9d57b4d0d84bd361010ea0f720f5fd44af7a989b (diff)
Implement PR512:
This patch adds a -post-link-opts option to llvm-ld which allows an arbitrary program to optimize bytecode after linking. The program is passed two file names. The first is the input (linked bytecode) the second is where it must place its output (presumably after optimizing). If the output file is bytecode, it is used as a substitute for the input. This will allow things like poolalloc to be written as a separate program instead of a loadable module or built into LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24893 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-ld.pod')
0 files changed, 0 insertions, 0 deletions