summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorJake Egan <5326451+jakeegan@users.noreply.github.com>2023-05-08 10:52:21 -0400
committerJake Egan <5326451+jakeegan@users.noreply.github.com>2023-05-08 10:53:45 -0400
commitefd0b42171e9b3536d02becbbf3738ded2adbcb3 (patch)
treec655ccce8de8a7e91e2dfcfc0deb020216adaac2 /libcxx
parent3060304906f08f933672f0a30cc57d5f09766444 (diff)
downloadllvm-efd0b42171e9b3536d02becbbf3738ded2adbcb3.tar.gz
[libc++][AIX] Remove LIBCXX-AIX-FIXME feature from test
This test was originally unsupported for `LIBCXX-AIX-FIXME` feature because we lacked `-fvisibility=hidden` support. AIX now has visibility support and the test passes in debug mode. Reviewed By: #libc, Mordante Differential Revision: https://reviews.llvm.org/D149255
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/libcxx/debug/extern-templates.sh.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/test/libcxx/debug/extern-templates.sh.cpp b/libcxx/test/libcxx/debug/extern-templates.sh.cpp
index 612da5e0f0f1..2c4191eec2d6 100644
--- a/libcxx/test/libcxx/debug/extern-templates.sh.cpp
+++ b/libcxx/test/libcxx/debug/extern-templates.sh.cpp
@@ -21,8 +21,6 @@
// option which clang doesn't accept on Windows.)
// UNSUPPORTED: windows
-// XFAIL: LIBCXX-AIX-FIXME
-
// RUN: %{cxx} %{flags} %{compile_flags} %s %{link_flags} -fPIC -DTU1 -fvisibility=hidden -shared -o %t.lib
// RUN: cd %T && %{cxx} %{flags} %{compile_flags} %s ./%basename_t.tmp.lib %{link_flags} -DTU2 -fvisibility=hidden -o %t.exe
// RUN: %{exec} %t.exe