summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-config/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* llvm-config: do not link absolute paths with `-l`Saleem Abdulrasool2019-12-031-1/+5
* llvm-config: emit the C++ standard flag into CXXFLAGSSaleem Abdulrasool2019-11-011-4/+3
* [NFC][cmake] Build fix in tools/llvm-config/CMakeLists.txtGabor Buella2019-08-261-3/+3
* Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...Daniel Sanders2019-07-191-0/+1
* Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...Daniel Sanders2019-07-191-1/+0
* Expand pseudo-components before embedding in llvm-configDaniel Sanders2019-07-191-0/+1
* [cmake] Add function for building native toolShoaib Meenai2019-04-021-9/+2
* [cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFCFangrui Song2019-03-301-1/+1
* llvm-config: Include -stdlib= in --cxxflagsTom Stellard2019-02-281-1/+2
* Don't add unnecessary compiler flags to llvm-config outputTom Stellard2018-12-131-3/+11
* Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru2018-03-291-1/+1
* CMake: Make libxml2 show up in --system-libs (PR36660)Hans Wennborg2018-03-091-2/+3
* [cmake] Don't build Native llvm-config when cross compiling if passed by user.Don Hinton2018-01-211-8/+7
* [GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet2017-08-031-5/+1
* [Modules] llvm-config: Exclude CMAKE_CFG_INTDIR. It isn't used in headers.NAKAMURA Takumi2017-07-311-0/+6
* [CMake] Use variable interpolation instead of string concatenationSerge Pavlov2017-03-221-3/+3
* Fix evaluation of LLVM_DEFINITIONSSerge Pavlov2017-03-211-3/+3
* [llvm-config] Canonicalize CMake booleans to 0/1Michal Gorny2017-01-101-5/+6
* cmake: Don't build llvm-config and tblgen concurrently in cross buildsJustin Bogner2016-12-211-1/+2
* [llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_ISEL on ON/OFF.Quentin Colombet2016-07-211-1/+5
* [build] Make sure to link main executable with pthreadsArtem Belevich2016-06-211-1/+7
* [llvm-config] Teach llvm-config about global-isel.Quentin Colombet2016-03-081-0/+1
* llvm-config: Add preliminary Windows supportEhsan Akhgari2016-02-091-1/+5
* tools/llvm-config: improve shared library supportAndrew Wilkins2016-01-201-0/+1
* Revert r257003Andrew Wilkins2016-01-121-1/+0
* tools/llvm-config: improve shared library supportAndrew Wilkins2016-01-071-0/+1
* Fix `llvm-config` to adapt to the install environment.Richard Diamond2015-11-091-0/+5
* llvm-config: Add --has-rtti optionTom Stellard2015-11-041-0/+1
* llvm-config: Add --build-system optionTom Stellard2015-09-091-0/+2
* [CMake] Fix PR14200, llvm-config output misses -fno-rttiChris Bieneman2015-08-141-6/+9
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond2015-08-051-1/+0
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-271-0/+1
* Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...JF Bastien2015-07-141-1/+0
* Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien2015-07-101-0/+1
* Refactoring CMake CrossCompile module.Chris Bieneman2015-03-121-1/+1
* Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman2014-09-031-0/+15
* Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}Reid Kleckner2014-04-251-1/+2
* Simplify linking to system librariesNAKAMURA Takumi2014-02-231-1/+1
* llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder.NAKAMURA Takumi2013-12-031-0/+3
* cmake: Prevent semicolon separated lists in llvm-config (PR17020)Hans Wennborg2013-08-281-1/+2
* CMake: build llvm-config on Windows.Hans Wennborg2013-08-231-23/+11
* llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar2011-12-161-0/+1
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-011-124/+27
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-011-27/+124
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-291-124/+27
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-101-27/+124
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-101-124/+27
* Add back the top-level target for 'llvm-config' and the dependency edgeChandler Carruth2011-11-021-0/+7
* build/CMake: Remove llvm-config.target used to serialize tool builds onDaniel Dunbar2011-11-021-11/+0
* Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne2011-10-281-0/+2
OpenPOWER on IntegriCloud