Skip to content

Commit c86011f

Browse files
committed
[libc++abi] Don't use a .sh.cpp test for uncaught_exception
Otherwise, we don't seem to get the DYLD_LIBRARY_PATH set up correctly and the tests are run against the system libc++abi dylib. llvm-svn: 358937
1 parent fbcce9f commit c86011f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libcxxabi/test/uncaught_exception.pass.sh.cpp renamed to libcxxabi/test/uncaught_exception.pass.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010

1111
// This tests that libc++abi still provides __cxa_uncaught_exception() for
1212
// ABI compatibility, even though the Standard doesn't require it to.
13-
//
14-
// We need to explicitly link against libc++abi, because libc++ does not
15-
// re-export this symbol.
16-
17-
// RUN: %build -lc++abi -o %t.exe
18-
// RUN: %t.exe
1913

2014
#include <cxxabi.h>
2115
#include <cassert>

0 commit comments

Comments
 (0)