mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 06:12:18 +00:00
Document the -gen-inline option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28646 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f977e7bc83
commit
8f5591a6eb
@ -137,6 +137,17 @@ The value of the option must be the name of a function in the input module for
|
|||||||
which code should be generated. If the named function does not exist an error
|
which code should be generated. If the named function does not exist an error
|
||||||
will be produced.
|
will be produced.
|
||||||
|
|
||||||
|
=item B<-gen-inline>
|
||||||
|
|
||||||
|
This option is very analagous to B<-gen-function> except that the generated
|
||||||
|
function will not re-produce the target function's definition. Instead, the body
|
||||||
|
of the target function is inserted into some other function passed as an
|
||||||
|
argument to the generated function. Similarly any arguments to the function must
|
||||||
|
be passed to the generated function. The result of the generated function is the
|
||||||
|
first basic block of the target function.
|
||||||
|
|
||||||
|
The B<-for> option works the same way as it does for B<-gen-function>.
|
||||||
|
|
||||||
=item B<-gen-variable>
|
=item B<-gen-variable>
|
||||||
|
|
||||||
Specify that the output should be a function that produces the definitions
|
Specify that the output should be a function that produces the definitions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user