- Feb 13, 2012
-
-
Dylan Noblesmith authored
This is useful for clients that want to maintain compatibility across multiple releases of LLVM. Currently users like Klee and Mesa all have to roll their own 'parse llvm-config --version output and generate defines' solution. Also reuse the new macros so that version information is less redundant/likely to fall out of sync again in the future. llvm-svn: 150405
-
- Feb 04, 2012
-
-
Dylan Noblesmith authored
It was writing generated files to the clang srcdir when '--with-clang-srcdir' was specified. llvm-svn: 149756
-
Dylan Noblesmith authored
Now this works with and without --with-clang-srcdir, with and without an out-of-tree build. llvm-svn: 149749
-
- Feb 03, 2012
-
-
Rafael Espindola authored
that just uses the new toolchain probing logic. This fixes linking with -m32 on 64 bit systems (the /32 dir was not being added to the search). llvm-svn: 149651
-
- Feb 02, 2012
-
-
Eric Christopher authored
llvm-svn: 149576
-
Eric Christopher authored
llvm-svn: 149569
-
Eric Christopher authored
llvm-svn: 149567
-
- Feb 01, 2012
-
-
Dylan Noblesmith authored
The CMake build already generated one. Follows clang r149497. This brings us one step closer to compiling and configuring clang separately from LLVM using the autoconf build, too. (I lack the right version of autoconf et al. to regen, but it was a simple change, so I just updated configure manually.) llvm-svn: 149498
-
- Jan 31, 2012
-
-
Rafael Espindola authored
llvm-svn: 149391
-
- Jan 05, 2012
-
-
Sebastian Pop authored
llvm-svn: 147608
-
- Jan 04, 2012
-
-
Sebastian Pop authored
Get back getHostTriple. For JIT compilation, use the host triple instead of the default target: this fixes some JIT testcases that used to fail when the compiler has been configured as a cross compiler. llvm-svn: 147542
-
- Jan 01, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 147395
-
- Dec 28, 2011
-
-
Rafael Espindola authored
llvm-svn: 147312
-
- Dec 22, 2011
-
-
Benjamin Kramer authored
llvm-svn: 147196
-
Benjamin Kramer authored
Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles. llvm-svn: 147191
-
Rafael Espindola authored
Fixes pr11620. llvm-svn: 147143
-
- Dec 21, 2011
-
-
Eric Christopher authored
llvm-svn: 147027
-
- Dec 12, 2011
-
-
Tony Linthicum authored
llvm-svn: 146412
-
- Dec 07, 2011
-
-
Daniel Dunbar authored
llvm-svn: 146084
-
- Dec 01, 2011
-
-
Daniel Dunbar authored
- Another reapply of r144300, with hopefully one last fix. llvm-svn: 145623
-
Duncan Sands authored
Original commit message: llvm-config: Replace with C++ version (was llvm-config-2). - Reapply of r144300, with lots of fixes/migration easement in between. llvm-svn: 145582
-
- Nov 29, 2011
-
-
Daniel Dunbar authored
- Reapply of r144300, with lots of fixes/migration easement in between. llvm-svn: 145449
-
- Nov 28, 2011
-
-
rdar://10217046Bob Wilson authored
Some files installed by clang are not relevant for general users and we'd like to be able to install them to a different location. This adds a new --with-internal-prefix configure option and a corresponding PROJ_internal_prefix makefile variable, which defaults to the standard prefix. A tool makefile can specify that it should be installed to this internal prefix by defining INTERNAL_TOOL. llvm-svn: 145234
-
NAKAMURA Takumi authored
config.h.cmake: Synchronize to config.h.in. llvm-svn: 145217
-
- Nov 22, 2011
-
-
Benjamin Kramer authored
llvm-svn: 145061
-
- Nov 11, 2011
-
-
Eric Christopher authored
options to use libc++ as the default c++ library. llvm-svn: 144413
-
- Nov 10, 2011
-
-
Daniel Dunbar authored
which didn't appear ready for prime time. llvm-svn: 144309
-
Daniel Dunbar authored
llvm-svn: 144300
-
- Nov 01, 2011
-
-
Sebastian Pop authored
llvm-svn: 143501
-
Sebastian Pop authored
llvm-svn: 143500
-
- Oct 28, 2011
-
-
Dan Gohman authored
llvm-svn: 143164
-
- Oct 26, 2011
-
-
Charles Davis authored
version of the install program, which does not have the --strip-program switch. llvm-svn: 143009
-
Eric Christopher authored
to use for stripping final executables. Patch by Simon Atanasyan! llvm-svn: 142997
-
Eric Christopher authored
Patch by Dimitry Andric! llvm-svn: 142995
-
- Oct 25, 2011
-
-
Dan Gohman authored
llvm-svn: 142889
-
Dan Gohman authored
llvm-svn: 142880
-
Dan Gohman authored
llvm-svn: 142878
-
- Oct 16, 2011
-
-
NAKAMURA Takumi authored
autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/clang on tools/Makefile. llvm-svn: 142102
-
- Oct 15, 2011
-
-
Bill Wendling authored
llvm-svn: 142044
-
- Oct 14, 2011
-
-
Torok Edwin authored
This makes it easier to link against LLVM libs, especially if you are using _oasis. llvm-svn: 141992
-