llvm-project/libcxxabi
Eric Fiselier 5a5fadd70d Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')
Although the current method is valid up till python 3.3 (which is not supported)
this seems to be a clearer way of checking for linux and moves the tests towards
python 3 compatibility.

llvm-svn: 220535
2014-10-23 23:05:46 +00:00
..
cmake libcxxabi must link to dl if using bundled unwind 2014-08-18 23:43:43 +00:00
include Correctly export _Unwind_[GS]et(GR|IP) for EHABI. 2014-10-13 21:01:30 +00:00
lib Add ability to set OPTIONS for compile 2013-09-09 23:53:08 +00:00
src Correctly export _Unwind_[GS]et(GR|IP) for EHABI. 2014-10-13 21:01:30 +00:00
test Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux') 2014-10-23 23:05:46 +00:00
www [libcxxabi] Document the standalone build's requirements on llvm-config and llvm sources. 2014-10-17 16:32:06 +00:00
.arcconfig Add an .arcconfig for libc++abi. 2014-10-17 16:48:56 +00:00
CMakeLists.txt [libcxxabi] Document the standalone build's requirements on llvm-config and llvm sources. 2014-10-17 16:32:06 +00:00
CREDITS.TXT Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
LICENSE.TXT Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00