Skip to content

Commit f5a9b5c

Browse files
committed
[NFC][tests][AIX] XFAIL test for lack of visibility support
With the addition of `__attribute__((visibility("hidden")))` to the test, the test fails because AIX's current default behaviour is to ignore hidden visibility, so the expected error is not seen. This patch marks the test `XFAIL` on AIX for now. Reviewed By: cebowleratibm Differential Revision: https://reviews.llvm.org/D122519
1 parent 281b7ee commit f5a9b5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/OpenMP/target_update_messages.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Visibility hidden is not currently implemented on AIX.
2+
// XFAIL: aix
3+
14
// RUN: %clang_cc1 -verify=expected,lt50,lt51 -fopenmp -fopenmp-version=45 -ferror-limit 100 -o - -std=c++11 %s -Wuninitialized
25
// RUN: %clang_cc1 -verify=expected,ge50,lt51 -fopenmp -fopenmp-version=50 -ferror-limit 100 -o - -std=c++11 %s -Wuninitialized
36
// RUN: %clang_cc1 -verify=expected,ge50,ge51 -fopenmp -fopenmp-version=51 -ferror-limit 100 -o - -std=c++11 %s -Wuninitialized

0 commit comments

Comments
 (0)