We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6503a commit e96b620Copy full SHA for e96b620
llvm/docs/MakefileGuide.html
@@ -558,6 +558,11 @@
558
<dt><a name="LLVMLIBS"><tt>LLVMLIBS</tt></a></dt>
559
<dd>Specifies the set of libraries from the LLVM $(ObjDir) that will be
560
linked into the tool or library.</dd>
561
+ <dt><a name="MODULE_NAME"><tt>MODULE_NAME</tt></a></dt>
562
+ <dd>Specifies the name of a bytecode module to be created. A bytecode
563
+ module can be specified in conjunction with other kinds of library builds
564
+ or by itself. It constructs from the sources a single linked bytecode
565
+ file.</dd>
566
<dt><a name="OPTIONAL_DIRS"><tt>OPTIONAL_DIRS</tt></a></dt>
567
<dd>Specify a set of directories that may be built, if they exist, but its
568
not an error for them not to exist.</dd>
0 commit comments