summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix spurious warning in ExtensionDependencies.inc [nfc]serge-sans-paille2020-06-171-3/+3
* Use components instead of libraries in Polly linkage stepserge-sans-paille2020-06-171-0/+6
* Do not declare compiler extension member as constserge-sans-paille2020-06-171-1/+1
* Update compiler extension integration into the build systemserge-sans-paille2020-06-171-15/+60
* [nfc] Cleanup extension header generationserge-sans-paille2020-06-171-6/+7
* Fix compiler extension in standalone modeserge-sans-paille2020-06-171-33/+32
* Fix standalone build interaction with compiler extensionserge-sans-paille2020-06-171-20/+39
* [CMake] Use PUBLIC link mode for static librariesPetr Hosek2020-03-021-1/+1
* [CMake] Default to static linking for subprojects.Michael Kruse2020-02-261-2/+13
* Add llvm-cov to LLVM_TOOLCHAIN_TOOLSHans Wennborg2020-02-251-0/+1
* Fix several issues with compiler extensionsserge-sans-paille2020-01-101-14/+22
* [cmake] Use relative cmake binary dir for processing pass plugins.Michael Kruse2020-01-071-10/+12
* [CMake] Pass symlink dependency to add_llvm_install_targets explicitlyPetr Hosek2020-01-061-5/+12
* [cmake] Remove install from add_llvm_example_library.Florian Hahn2020-01-041-4/+3
* Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn2020-01-041-0/+12
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-021-2/+73
* Don't call export_symbols.py with duplicate libsDavid Tenty2019-12-111-0/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-3/+16
* Don't set LLVM_NO_DEAD_STRIP on AIXDavid Tenty2019-11-131-1/+1
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-061-1/+6
* Add more binutils tools to LLVM_INSTALL_TOOLCHAIN_ONLY targetSam Clegg2019-11-041-0/+16
* Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"David Tenty2019-10-301-2/+2
* [NFC] Rename LLVM_NO_DEAD_STRIPDavid Tenty2019-10-251-2/+2
* [CMake] Don't pass all LLVM_COMPILE_FLAGS to the C compilerDavid Zarzycki2019-09-101-1/+8
* [CMake] LLVM_COMPILE_FLAGS also applies to C filesDavid Zarzycki2019-09-061-1/+1
* Fix rpath for MacOS/iOSHaibo Huang2019-08-091-1/+1
* Add order-dependencies to object librariesChris Bieneman2019-08-061-0/+3
* [CMake] Add mapping for IBM XL -qnoeh and -qnorttiHubert Tong2019-08-061-0/+4
* [cmake] Fix typo where a varible was checked for Apple instead of DarwinNathan Lanza2019-07-191-1/+1
* [cmake] Only run llvm-codesign if targetting apple on an apple hostNathan Lanza2019-07-181-1/+1
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-121-6/+2
* Fix issues building libraries as more than one type with XcodeChris Bieneman2019-07-081-1/+6
* Add llvm-symbolizer to LLVM_TOOLCHAIN_TOOLS (PR40152)Hans Wennborg2019-06-251-0/+1
* [LLVM-C] Add LLVM-C.dll to Windows installer packageHans Wennborg2019-06-251-1/+3
* tools: add `llvm-nm` and `llvm-objcopy` to toolsSaleem Abdulrasool2019-06-031-0/+2
* [CMake] Feed BUNDLE_PATH through llvm target wrappersChris Bieneman2019-05-311-4/+4
* Support codesigning bundles and forcingChris Bieneman2019-05-301-3/+11
* [cmake] Add custom command to touch archives on Darwin so ninja won't rebuild...Don Hinton2019-05-211-0/+12
* [CMake] Specify component for all target typesPetr Hosek2019-05-211-4/+3
* [CMake] Install import librariesMartin Storsjo2019-05-081-16/+3
* build: add option to disable unwind tablesSaleem Abdulrasool2019-05-021-0/+4
* Add llvm-profdata to LLVM_TOOLCHAIN_TOOLSRussell Gallop2019-04-301-0/+1
* [CMake] Use add_dependencies in add_llvm_install_targetsAlex Langford2019-04-231-2/+16
* [CMake] Allow custom extensions for externalized debug infoStefan Granitz2019-04-181-5/+12
* [cmake] Reset variable before using itShoaib Meenai2019-03-261-0/+3
* [CMake] Correct CMake message modeAlex Langford2019-03-151-1/+1
* [AIX][CMake] Changes for building on AIX with XL and GCCJason Liu2019-03-131-1/+7
* [OptRemarks] Make OptRemarks more generic: rename OptRemarks to RemarksFrancis Visoiu Mistrih2019-03-051-1/+1
* [cmake] Create exports for umbrella library targetsShoaib Meenai2019-03-051-0/+2
* CMake: Fix stand-alone clang builds since r353268Tom Stellard2019-02-201-0/+3
OpenPOWER on IntegriCloud