1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/llvm-config
Peter Collingbourne 91824cb6ac Have llvm-config --cppflags print correct flags when in CMake build directory
Previously, if invoked from a CMake build directory, 'llvm-config
--cppflags' and friends would only print a -I flag for the build
directory's header search path, because it would assume that it was
already installed, not recognising its parent directory as being the
build directory.  Teach llvm-config about CMake build directories
so that it prints a -I for both the source and build directory's
search paths.

llvm-svn: 143171
2011-10-28 01:02:16 +00:00
..
CMakeLists.txt Have llvm-config --cppflags print correct flags when in CMake build directory 2011-10-28 01:02:16 +00:00
find-cycles.pl New flag for GenLibDeps, and llvm-config-perobjincl. 2010-02-04 09:31:35 +00:00
llvm-config.in.in Have llvm-config --cppflags print correct flags when in CMake build directory 2011-10-28 01:02:16 +00:00
Makefile Have llvm-config --cppflags print correct flags when in CMake build directory 2011-10-28 01:02:16 +00:00