summaryrefslogtreecommitdiff
path: root/libcxxabi/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool2015-02-061-0/+2
* Enable -Wundef.Dan Albert2015-02-051-0/+1
* Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien2015-01-221-0/+2
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-181-0/+2
* libcxxabi must link to dl if using bundled unwindJonathan Roelofs2014-08-181-0/+1
* libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber2014-07-161-1/+0
* Fix for libc++abi when using -Wl,--as-needed.Dan Albert2014-07-141-0/+2
* Make cmake cxxflags match those in lib/buildit.Dan Albert2014-07-101-3/+14
* Add a cmake build system.Dan Albert2014-07-031-0/+27