Revert "[NFC][tests][AIX] XFAIL test for lack of visibility support"

This reverts commit f5a9b5cc12 since
https://reviews.llvm.org/D125141 has resolved the test issue.
This commit is contained in:
David Tenty 2022-05-11 20:47:48 -04:00
parent d64bad8ff1
commit 9519dacab7
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
// Visibility hidden is not currently implemented on AIX.
// XFAIL: aix
// RUN: %clang_cc1 -verify=expected,lt50,lt51 -fopenmp -fopenmp-version=45 -ferror-limit 100 -o - -std=c++11 %s -Wuninitialized
// RUN: %clang_cc1 -verify=expected,ge50,lt51 -fopenmp -fopenmp-version=50 -ferror-limit 100 -o - -std=c++11 %s -Wuninitialized
// RUN: %clang_cc1 -verify=expected,ge50,ge51 -fopenmp -fopenmp-version=51 -ferror-limit 100 -o - -std=c++11 %s -Wuninitialized