Displaying 6 results from an estimated 6 matches for "fenabl".
Did you mean:
fenal
2009 Dec 23
1
[LLVMdev] MinGW llvm-gcc --enable-stdcall-fixup error
...ableA at 12
Warning: resolving _GetCurrentProcessId by linking to _GetCurrentProcessId at 0
...OK, I'll take llvm-gcc's advice:
C:\Users\Jon\Documents\CDev\sandbox>llvm-gcc --enable-stdcall-fixup -Wall -o fakeruby.exe fakeruby.c
cc1.exe: error: unrecognized command line option "-fenable-stdcall-fixup"
Note that the cc1.exe error occurs regardless of -Wall's presence.
In addition to the cc1 error, is there a good reason for the initial warning msgs screen dump? Plain vanilla gcc (MinGW) does not dump these warnings, and it seems unnecessary to require the use of --ena...
2019 Jan 04
2
[RFC] Adding a -memeq-lib-function flag to allow the user to specify a memeq function.
Thanks for the suggestions Hal,
So if I understand correctly, you're recommending we add a module flag
<https://llvm.org/docs/LangRef.html#module-flags-metadata> to LLVM,
something like:
!llvm.module.flags = !{..., !123}
!123 = !{i32 1, !"memeq_lib_function", !"user_memeq"}
I've given it a try in the following patch: https://reviews.llvm.org/D56311
If this
2017 Sep 22
0
[RFC] Polly Status and Integration
...: spending compile-time where we know it
> can have an impact. What do you think?
>
>
> Certainly (although, obviously, we still need reasonable confidence that
> it won't cause performance regressions to do that).
>
Oh right, I meant it through an opt-in flag to begin with
(-fenable-pgo-polly or something like that).
--
Mehdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170921/a389064a/attachment.html>
2017 Sep 22
1
[RFC] Polly Status and Integration
...ere we
>> know it can have an impact. What do you think?
>
> Certainly (although, obviously, we still need reasonable
> confidence that it won't cause performance regressions to do that).
>
>
> Oh right, I meant it through an opt-in flag to begin with
> (-fenable-pgo-polly or something like that).
SGTM.
-Hal
>
> --
> Mehdi
>
--
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http:/...
2017 Sep 22
3
[RFC] Polly Status and Integration
On 09/22/2017 12:03 AM, Mehdi AMINI wrote:
> Hi Hal,
>
>
> 2017-09-21 20:59 GMT-07:00 Hal Finkel via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>:
>
>
> On 09/12/2017 10:26 PM, Gerolf Hoflehner wrote:
>>
>>
>>> On Sep 11, 2017, at 10:47 PM, Hal Finkel via llvm-dev
>>> <llvm-dev at
2020 Aug 25
9
[Proposal][Debuginfo] dsymutil-like tool for ELF.
Hi,
We propose llvm-dwarfutil - a dsymutil-like tool for ELF.
Any thoughts on this?
Thanks in advance, Alexey.
======================================================================
llvm-dwarfutil(Apndx A) - is a tool that is used for processing debug
info(DWARF)
located in built binary files to improve debug info quality,
reduce debug info size and accelerate debug info processing.