edd1caec02d5a698594ed4070574974b6b2b49e8 |
|
02-Mar-2012 |
Benjamin Kramer <benny.kra@googlemail.com> |
Use tabs instead of spaces. No, really, make doesn't work with spaces. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151920 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
f8e5d4cf39220e9b7c7ee744f634fce6dec28a76 |
|
02-Mar-2012 |
Jia Liu <proljc@gmail.com> |
clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151910 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
16a8fb7e9dd4a0347f7ed676e2d9bd254e1ea5b0 |
|
29-Sep-2010 |
Daniel Dunbar <daniel@zuster.org> |
Basic: Simplify getClangRepositoryPath and getClangRevision. - I don't like returning StringRef's ever, unless it is actually important for performance, which it isn't here. - Also, stop validating getClangRevision to be an integer, I don't see a good reason to do this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115071 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
640cf37c9432031412a9d3b8c2abcdff4f7f0e97 |
|
29-Sep-2010 |
Daniel Dunbar <daniel@zuster.org> |
Basic: Add support for git svn to get the repo version in clang executable, patch by Jonathan Mulder! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115049 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
9638eef7e3b2ca30406c5d369a44aa49ff26b201 |
|
18-Jul-2010 |
Chris Lattner <sabre@nondot.org> |
BUILD_ARCHIVE is the default for libraries, no need to set it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108633 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
c4dec1c58eeb2ef46cdb64120eb6b819c6927afb |
|
08-Jun-2010 |
Daniel Dunbar <daniel@zuster.org> |
Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105638 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
afed099bd2e759efd4bb63fdc525d3445f94cc13 |
|
08-Jun-2010 |
Daniel Dunbar <daniel@zuster.org> |
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. - This eliminates most dependencies on how Clang is installed relative to LLVM. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105637 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
0bb46d285cb2bb0f582d0935f58f57a9be8bf2cd |
|
24-Jan-2010 |
Chris Lattner <sabre@nondot.org> |
-fno-rtti is now the default. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94379 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
3687a5d83f5deb4b70b0c8e522c455d546f40101 |
|
22-Jan-2010 |
Ted Kremenek <kremenek@apple.com> |
Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94235 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
38474aa780b095259b21001d589fb9875de2619d |
|
21-Jan-2010 |
Daniel Dunbar <daniel@zuster.org> |
Update to use llvm/utils/GetSourceVersion to detect version number, instead of assuming SVN. This should be fixed to not necessarily be an integer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94081 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
14ea5696417a8e8d244a07091284cdeba57c6d4d |
|
09-Oct-2009 |
Douglas Gregor <dgregor@apple.com> |
Installation of Clang libraries and headers, from Axel Naumann! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83582 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
b8d1191fdeb4eec9bc5cf9bf4b027add0fb467b3 |
|
05-Oct-2009 |
Douglas Gregor <dgregor@apple.com> |
Provide a common set of routines in Version.h that return Subversion branch/revision information. Use that information in the driver, rather than one-off branch/revision computation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83321 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
7ebe97166a4d720a187ab08ba927027e0d32274c |
|
23-Aug-2009 |
Douglas Gregor <dgregor@apple.com> |
Don't install Clang libraries. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79824 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
a393e9eedcc28b25f521a4feceb3b56e3d0d360f |
|
17-Mar-2009 |
Douglas Gregor <dgregor@apple.com> |
Build system changes to use TableGen to generate the various diagnostics. This builds on the patch that Sebastian committed and then revert. Major differences are: - We don't remove or use the current ".def" files. Instead, for now, we just make sure that we're building the ".inc" files. - Fixed CMake makefiles to run TableGen and build the ".inc" files when needed. Tested with both the Xcode and Makefile generators provided by CMake, so it should be solid. - Fixed normal makefiles to handle out-of-source builds that involve the ".inc" files. I'll send a separate patch to the list with Sebastian's changes that eliminate the use of the .def files. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67058 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|
bda0b626e74513950405c27525af87e214e605e2 |
|
16-Mar-2008 |
Chris Lattner <sabre@nondot.org> |
Make a major restructuring of the clang tree: introduce a top-level lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48402 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Basic/Makefile
|