Skip to content

Commit 8d3e368

Browse files
lwesierspszymich
authored andcommitted
Hide symbols table of lldELF in igc lib
Hide symbols table of lldELF in igc lib
1 parent 9c9f2d4 commit 8d3e368

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

IGC/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,6 +1782,11 @@ list(APPEND _targetLinkLineCommon "${IGC_BUILD__PROJ__VISALinkerDriver}")
17821782
pthread
17831783
)
17841784
endif()
1785+
if(UNIX)
1786+
list(APPEND _targetLinkLineCommon
1787+
-Wl,--exclude-libs,liblldELF.a
1788+
)
1789+
endif()
17851790

17861791
if(_targetIsStatic)
17871792
# Link line for projects that use IGC as static library (allows to resolve multi-circular dependencies between libraries).

0 commit comments

Comments
 (0)