summaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)Author
2016-03-14llvm-config: fix --libs on LinuxReid Kleckner
2016-03-08[llvm-config] Get rid of code related to the Makefile buildsFilipe Cabecinhas
2016-03-08[llvm-config] Teach llvm-config about global-isel.Quentin Colombet
2016-02-12llvm-config: replace assertions with a helpful error messageMehdi Amini
2016-02-10llvm-config: Fix DLL prefix on cygming.NAKAMURA Takumi
2016-02-10llvm-config: Quick fix for cross compilation. Don't be confsed between host a...NAKAMURA Takumi
2016-02-09llvm-config: Add preliminary Windows supportEhsan Akhgari
2016-01-26Remove autoconf supportChris Bieneman
2016-01-20tools/llvm-config: improve shared library supportAndrew Wilkins
2016-01-12Revert r257003Andrew Wilkins
2016-01-07tools/llvm-config: improve shared library supportAndrew Wilkins
2015-11-25Fix a use-after-free in `llvm-config`.Richard Diamond
2015-11-11llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]NAKAMURA Takumi
2015-11-10Fix mingw targets. Bandaid for r252532's buildbot brakage.Richard Diamond
2015-11-09Simplify some APIs I was cleaning up while fixing -Wpessimizing-move warningDavid Blaikie
2015-11-09Fix -Wpessimizing-move warning in llvm-config.cppReid Kleckner
2015-11-09Fix `llvm-config` to adapt to the install environment.Richard Diamond
2015-11-04llvm-config: Add --has-rtti optionTom Stellard
2015-09-09llvm-config: Add --build-system optionTom Stellard
2015-08-14[CMake] Fix PR14200, llvm-config output misses -fno-rttiChris Bieneman
2015-08-05Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...Richard Diamond
2015-07-27Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien
2015-07-14Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...JF Bastien
2015-07-10Fix `llvm-config` to emit the linker flag for the combined shared object buil...JF Bastien
2015-03-12Refactoring CMake CrossCompile module.Chris Bieneman
2015-03-09Make helper functions static.Benjamin Kramer
2014-12-29[cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX.Chandler Carruth
2014-09-03Enabling LLVM & Clang to be cross-compiled using CMake from a single configur...Chris Bieneman
2014-04-25Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}Reid Kleckner
2014-03-29Windows: canonicalise the default windows tripleSaleem Abdulrasool
2014-03-03Don't emit a blank line when running llvm-config --system-libs.Richard Osborne
2014-02-23Simplify linking to system librariesNAKAMURA Takumi
2013-12-25llvm-config: Fix typo in help message introduced with r197664.NAKAMURA Takumi
2013-12-20llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.NAKAMURA Takumi
2013-12-20llvm-config: Use build_mode instead of LLVM_BUILDMODE. It should be equivalen...NAKAMURA Takumi
2013-12-19llvm-config: Don't show build tree with --obj-root for installed llvm-config....NAKAMURA Takumi
2013-12-19llvm-config: Show build root instead of parent path in build tree with --obj-...NAKAMURA Takumi
2013-12-19llvm-config: Introduce --system-libs to print SYSTEM_LIBS, and deprecate SYST...NAKAMURA Takumi
2013-12-18Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldf...NAKAMURA Takumi
2013-12-17llvm-config: Let directories aware of CMAKE_CFG_INTDIR.NAKAMURA Takumi
2013-12-16llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should b...NAKAMURA Takumi
2013-12-16llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags.NAKAMURA Takumi
2013-12-05Correct word hyphenationsAlp Toker
2013-12-03check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi
2013-12-03llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder.NAKAMURA Takumi
2013-08-28cmake: Prevent semicolon separated lists in llvm-config (PR17020)Hans Wennborg
2013-08-23CMake: build llvm-config on Windows.Hans Wennborg
2013-06-26Remove unused includes.Rafael Espindola
2013-06-26Port GetMainExecutable over to PathV2.Rafael Espindola
2013-06-11Include PathV1.h in files that use it.Rafael Espindola