summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2017-06-11build: use cmake to pass -std=c++11Saleem Abdulrasool
2017-06-11build: use POSITION_INDEPENDENT_CODE CMake propertySaleem Abdulrasool
2017-05-26[libcxxabi] iconv is not needed for mingw-w64Martell Malone
2017-05-11[Libcxxabi]: Support using compiler-rt for MinGW64Martell Malone
2017-05-11Fix Libc++abi linking under MinGW64Eric Fiselier
2017-05-11Apply libc++ MinGW CMake fix to libc++abiEric Fiselier
2017-04-07[CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier
2016-08-29[CMake] Trying to fix the bots I brokeChris Bieneman
2016-08-29[CMake] Use -std=c++11 if supportedChris Bieneman
2016-07-15libc++abi: add a top level option for using CompilerRTSaleem Abdulrasool
2016-06-02Partially revert r270816: build with -fvisibility=hidden.Eric Fiselier
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
2015-12-14[libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov
2015-02-06unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool
2015-02-05Enable -Wundef.Dan Albert
2015-01-22Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert
2014-08-18libcxxabi must link to dl if using bundled unwindJonathan Roelofs
2014-07-16libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber
2014-07-14Fix for libc++abi when using -Wl,--as-needed.Dan Albert
2014-07-10Make cmake cxxflags match those in lib/buildit.Dan Albert
2014-07-03Add a cmake build system.Dan Albert