Skip to content

Commit 6da0d2a

Browse files
committed
[lldb][test][NFC] Document DYLIB_NAME Makefile variable
1 parent 92ad039 commit 6da0d2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
# the building of the a.out executable program. For example,
1414
# DYLIB_ONLY := YES
1515
#
16+
# When specifying one of the DYLIB_*_SOURCES variables, DYLIB_NAME
17+
# controls the name of the produced dylib. E.g., if set to "foo",
18+
# the generated dylib will be called "foo.<platform-specific-extension>",
19+
# which on Darwin will be "foo.dylib".
20+
#
21+
# DYLIB_NAME := foo
22+
#
1623
# Specifying FRAMEWORK and its variants has the effect of building a NeXT-style
1724
# framework.
1825
# FRAMEWORK := "Foo"

0 commit comments

Comments
 (0)