Displaying 4 results from an estimated 4 matches for "flag_no_simplify_libcalls".
2008 Jul 30
0
[LLVMdev] llvm-gcc fortran bootstrap broken
...===============================================================
--- gcc-4.2.llvm.orig/gcc/c-opts.c 2008-07-30 21:25:28.000000000 +0200
+++ gcc-4.2.llvm/gcc/c-opts.c 2008-07-30 21:26:17.000000000 +0200
@@ -660,6 +660,9 @@
case OPT_fbuiltin:
flag_no_builtin = !value;
+#ifdef LLVM
+ flag_no_simplify_libcalls = !value;
+#endif
break;
case OPT_fbuiltin_:
@@ -685,6 +688,9 @@
case OPT_fhosted:
flag_hosted = value;
flag_no_builtin = !value;
+#ifdef LLVM
+ flag_no_simplify_libcalls = !value;
+#endif
/* warn_main will be 2 if set by -Wall, 1 if set by -Wmain */...
2008 Jul 30
4
[LLVMdev] llvm-gcc fortran bootstrap broken
On Jul 30, 2008, at 11:39 AM, Duncan Sands wrote:
> On Wednesday 30 July 2008 18:13:27 Duncan Sands wrote:
>> On x86-64 linux, in stage 2, I get:
>>
>> c++ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-
>> prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-
>> variadic-macros -Wno-overlength-strings -Wold-style-definition -
>>
2008 Jul 30
1
[LLVMdev] llvm-gcc fortran bootstrap broken
...===========================
> --- gcc-4.2.llvm.orig/gcc/c-opts.c 2008-07-30 21:25:28.000000000 +0200
> +++ gcc-4.2.llvm/gcc/c-opts.c 2008-07-30 21:26:17.000000000 +0200
> @@ -660,6 +660,9 @@
>
> case OPT_fbuiltin:
> flag_no_builtin = !value;
> +#ifdef LLVM
> + flag_no_simplify_libcalls = !value;
> +#endif
> break;
>
> case OPT_fbuiltin_:
> @@ -685,6 +688,9 @@
> case OPT_fhosted:
> flag_hosted = value;
> flag_no_builtin = !value;
> +#ifdef LLVM
> + flag_no_simplify_libcalls = !value;
> +#endif
> /* warn_main...
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler.
Regards,
Richard Gorton
Cognitive Electronics
rcgorton at cog-e.com
----------
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: