blob: 92baca6fb7fdb5f5e1b49e514d5d9f9a7f5e32ba [file] [log] [blame]
# Same as sh_func2_linked_func1, # func2.c does not depend on func1(),
# so without link_whole compiler would throw func1() away.
# This is the same version of the test with a dependency object instead.
sh_func2_dep_func1 = shared_library('sh_func2_dep_func1', '../func2.c', dependencies : func1_dep)