forked from OSchip/llvm-project
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:
parent
d64bad8ff1
commit
9519dacab7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue