summaryrefslogtreecommitdiff
path: root/llvm/cmake/platforms
AgeCommit message (Expand)Author
2024-12-09[WinMsvc] Update `-fms-compatibility-version`Shoaib Meenai
2024-10-23[LLVM][CMake][MSVC] Wrap linker flags for ICX on Windows (#112680)Mészáros Gergely
2024-08-30[cmake] Add symbolic links for MSVC libraries (#106710)Mike Hommey
2024-08-21[cmake] Set up llvm-ml as ASM_MASM tool in WinMsvc.cmake (#104903)Martin Storsjö
2022-08-09[cmake] Fix ms-compat version in WinMsvc.cmakeTobias Hieta
2022-03-08[cmake] Use CMAKE_TRY_COMPILE_PLATFORM_VARIABLESShoaib Meenai
2022-03-04[cmake] Pass /winsysroot explicitlyShoaib Meenai
2022-02-24[CMake][WinMsvc] Replace MSVC_BASE/WINSDK_BASE with LLVM_WINSYSROOTYuanfang Chen
2022-02-03[cmake] Increase -fms-compatibility-version in Windows toolchain fileShoaib Meenai
2022-01-07[CMake][WinMsvc] Fix user passed compiler/linker flagsYuanfang Chen
2021-12-17WinMsvc.cmake: try lower-case include/lib when searching for windows SDKYuanfang Chen
2020-12-04[llvm] Update WinMsvc.cmake's fms-compatability to match llvm's prereqsNathan Lanza
2020-09-23Explicitly specify CMAKE_AR in WinMsvc.cmakeGwen Mittertreiner
2019-10-22[CMake] [WinMsvc] Look for includes and libs in ${MSVC_BASE}/atlmfcMartin Storsjo
2019-03-13[NFC][CMake] Improve Status message in the iOS toolchain fileLouis Dionne
2019-01-31[cmake] Note future cleanup in comment. NFCShoaib Meenai
2018-10-05[cmake] Also create lowercase extension WinSDK symlinksShoaib Meenai
2018-07-10[CMake] Teach the build system to codesign built productsJustin Bogner
2018-06-28[CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple platformsJustin Bogner
2017-12-15[cmake] Fix clang-cl cross-compilation on macOSShoaib Meenai
2017-12-14[cmake] Only attempt to install MSVC system libraries on WindowsShoaib Meenai
2017-12-13[cmake] Add support for case-sensitive Windows SDKsShoaib Meenai
2017-12-13[cmake] Support host architectures other than x64Shoaib Meenai
2017-12-13[cmake] Explicitly set VS 2017 compatibilityShoaib Meenai
2017-11-09Add a Cross-compilation toolchain file for MSVC.Zachary Turner
2017-02-17[CMake] Add variable IOS to iOS toolchainChris Bieneman
2016-02-12cmake: Simplify the iOS.cmake toolchainJustin Bogner
2015-03-12Doing some cleanup to the iOS toolchain.Chris Bieneman
2015-01-30Updating iOS.cmake to work with the latest Xcode and iOS 8 SDK.Chris Bieneman
2014-09-03Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman
2014-02-19Build PIE binaries when cross-compiling to Android.Evgeniy Stepanov
2014-01-29Remove -arm-enable-ehabi from Android build rules. It's enabled by default.Evgeniy Stepanov
2013-05-29Allow overriding the location of C/C++ compilers in Android CMake build.Evgeniy Stepanov
2012-09-11CMake toolchain file for Android NDK.Evgeniy Stepanov