aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi/cmake
AgeCommit message (Expand)AuthorFilesLines
2019-01-29Merging r352374:Hans Wennborg1-1/+1
2018-11-14[CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek1-0/+3
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2-3/+7
2018-01-17Fix standalone test-suite run.Eric Fiselier1-7/+15
2017-06-11build: use cmake to pass -std=c++11Saleem Abdulrasool1-5/+0
2017-06-11build: use POSITION_INDEPENDENT_CODE CMake propertySaleem Abdulrasool1-1/+0
2017-06-03[libcxxabi] HandleLLVMOptions in out of tree buildMartell Malone1-0/+1
2017-06-01[libcxxabi] Rework CMakeLists.txt into modulesMartell Malone3-0/+356
2017-05-26[libcxxabi] iconv is not needed for mingw-w64Martell Malone1-1/+1
2017-05-11[Libcxxabi]: Support using compiler-rt for MinGW64Martell Malone1-3/+8
2017-05-11Fix Libc++abi linking under MinGW64Eric Fiselier1-1/+4
2017-05-11Apply libc++ MinGW CMake fix to libc++abiEric Fiselier1-0/+5
2017-04-16[CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handlingPetr Hosek1-1/+1
2017-04-07[CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek2-5/+91
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier1-1/+1
2016-08-29[CMake] Trying to fix the bots I brokeChris Bieneman1-1/+1
2016-08-29[CMake] Use -std=c++11 if supportedChris Bieneman1-0/+5
2016-07-15libc++abi: add a top level option for using CompilerRTSaleem Abdulrasool1-1/+3
2016-06-02Partially revert r270816: build with -fvisibility=hidden.Eric Fiselier1-1/+0
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool1-0/+1
2015-12-14[libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier1-1/+1
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov1-1/+1
2015-02-06unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool1-0/+2
2015-02-05Enable -Wundef.Dan Albert1-0/+1
2015-01-22Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien1-0/+2
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert1-0/+2
2014-08-18libcxxabi must link to dl if using bundled unwindJonathan Roelofs1-0/+1
2014-07-16libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber1-1/+0
2014-07-14Fix for libc++abi when using -Wl,--as-needed.Dan Albert1-0/+2
2014-07-10Make cmake cxxflags match those in lib/buildit.Dan Albert1-3/+14
2014-07-03Add a cmake build system.Dan Albert1-0/+27