Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
680328129c29838e8641d5b1e9a8700221ac16b2
/
CMakeLists.txt
f103282
CMake: Also include header files in target when the generator is 'XCode'.
by Ted Kremenek
· 16 years ago
40c6720
Move <root>/Driver into <root>/tools/clang-cc.
by Daniel Dunbar
· 16 years ago
1421031
Add CMake files for tools/driver; I am just guessing here, can someone test/fix?
by Daniel Dunbar
· 16 years ago
026a2ef
Build system changes to use TableGen to generate the various
by Douglas Gregor
· 16 years ago
eee6779
Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it.
by Sebastian Redl
· 16 years ago
fa70786
Switch diagnostics from .def to tablegen files. Please validate the Windows build.
by Sebastian Redl
· 16 years ago
6bb57ee
Add /Za to all MSVC build of a clang libraries.
by Cédric Venet
· 16 years ago
d2cf132
"a patch telling cmake to install clang headers in the target install directory"
by Chris Lattner
· 16 years ago
f2525e4
Add header files to CMake build solution. It use globing so it doesn't need to be manually maintained, but it won't automatically detect a new header. I think this is a good compromise for the header files, since there presence in the solution is just an help for the user. Moreover, a new header is often introduced with a new cpp source file which need a makefile change, which will regenerate the solution and detect the new header.
by Cédric Venet
· 16 years ago
c03d2ca
CMake: Builds and installs clang binary and libs (no docs yet). It
by Oscar Fuentes
· 16 years ago