llvm-6502/tools
Rafael Espindola 5de64fcb5e Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txt
With a current mingw (gcc 4.8.1) it looks like we hit some variation of

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40278

The end result is that off_t is not defined and the build fails without this
patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198749 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-08 11:48:19 +00:00
..
bugpoint Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
bugpoint-passes Set LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corresponding Makefiles do so. 2013-12-29 23:06:49 +00:00
gold EXPORTED_SYMBOL_FILE support for cmake 2013-12-28 23:31:44 +00:00
llc Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
lli Re-apply r196639: Add support for archives and object file caching under MCJIT. 2014-01-08 04:09:09 +00:00
llvm-ar
llvm-as Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
llvm-bcanalyzer
llvm-c-test Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txt 2014-01-08 11:48:19 +00:00
llvm-config llvm-config: Fix typo in help message introduced with r197664. 2013-12-25 02:24:32 +00:00
llvm-cov llvm-cov: Added -f option for function summaries. 2013-12-19 00:29:25 +00:00
llvm-diff
llvm-dis Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
llvm-dwarfdump
llvm-extract Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump
llvm-readobj llvm-readobj: add support for ARM EHABI unwind info 2014-01-08 03:28:09 +00:00
llvm-rtdyld
llvm-shlib Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). 2013-12-27 22:38:59 +00:00
llvm-size
llvm-stress Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
llvm-symbolizer llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized. 2013-12-24 19:33:22 +00:00
lto EXPORTED_SYMBOL_FILE support for cmake 2013-12-28 23:31:44 +00:00
macho-dump
msbuild
obj2yaml
opt Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile