parent
077d59daa4
commit
cd245eccbd
3 changed files with 14 additions and 0 deletions
@ -0,0 +1 @@ |
||||
exe3 = executable('prog3', '../prog.c', link_with : sh_func2_dep_func1) |
@ -0,0 +1,4 @@ |
||||
# 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) |
Loading…
Reference in new issue