Skip to content

Commit 9c26323

Browse files
Suchismith Royoffamitkumar
authored andcommitted
8349729: [21u] AIX jtreg tests fail to compile with qvisibility=hidden
Reviewed-by: goetz
1 parent 69192fe commit 9c26323

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

make/common/TestFilesCompilation.gmk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ define SetupTestFilesCompilationBody
6464
TEST_LDFLAGS += -Wl,--exclude-libs,ALL
6565
else ifeq ($(TOOLCHAIN_TYPE), clang)
6666
TEST_CFLAGS += -fvisibility=hidden
67-
else ifeq ($(TOOLCHAIN_TYPE), xlc)
68-
TEST_CFLAGS += -qvisibility=hidden
6967
endif
7068

7169
# The list to depend on starts out empty

0 commit comments

Comments
 (0)