forked from OSchip/llvm-project
16dab1bada
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile | ||
find-cycles.pl | ||
llvm-config.in.in |