Displaying 5 results from an estimated 5 matches for "094851".
2016 Jun 03
6
[RFC] Embedded bitcode and related upstream (Part II)
Hi everyone
I am still in the process of upstreaming some improvements to the embed bitcode option. If you want more background, you can read the previous RFC (http://lists.llvm.org/pipermail/llvm-dev/2016-February/094851.html <http://lists.llvm.org/pipermail/llvm-dev/2016-February/094851.html>). This is part II of the discussion.
Current Status:
A basic version of -fembed-bitcode option is upstreamed and functioning.
You can use -fembed-bitcode={off, all, bitcode, marker} option to control what gets embedde...
2020 Aug 28
2
End-to-end -fembed-bitcode .llvmbc and .llvmcmd
...On Aug 24, 2020, at 7:10 PM, Mircea Trofin via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> Hello,
>>
>> I'm trying to understand how .llvmbc and .llvmcmd fit into an end-to-end story. From the RFC <http://lists.llvm.org/pipermail/llvm-dev/2016-February/094851.html>, and reading through the implementation, I'm piecing together that the goal was to enable capturing IR right after clang and before passing it to LLVM's optimization passes, as well as the command line options needed for later compiling that IR to the same native object it was comp...
2020 Aug 28
4
End-to-end -fembed-bitcode .llvmbc and .llvmcmd
...PM, Mircea Trofin via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>>
>> Hello,
>>
>> I'm trying to understand how .llvmbc and .llvmcmd fit into an end-to-end
>> story. From the RFC
>> <http://lists.llvm.org/pipermail/llvm-dev/2016-February/094851.html>,
>> and reading through the implementation, I'm piecing together that the goal
>> was to enable capturing IR right after clang and before passing it to
>> LLVM's optimization passes, as well as the command line options needed for
>> later compiling that IR t...
2016 Feb 08
2
LLVM Weekly - #110, Feb 8th 2016
...n one thread which is then
suspended and continued on a different thread. This is apparently a known
issue, covered by [PR19177](https://llvm.org/bugs/show_bug.cgi?id=19177).
* Steven Wu has posted an [RFC on embedding bitcode in object
files](http://lists.llvm.org/pipermail/llvm-dev/2016-February/094851.html).
The intent is to upstream support that already exists in Apple's fork.
Understandably some of the respondents asked how this relates to the .llvmbc
section that the Thin-LTO work is introducing. Steven indicates it's pretty
much the same, but for Mach-O rather than ELF and that he ho...
2016 Feb 10
3
Question about an error we're now starting to get on LLVM 3.8.0rc2since
> On 2016-Feb-10, at 11:34, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>>
>> On Feb 10, 2016, at 11:32 AM, Harris, Kevin <Kevin.Harris at unisys.com> wrote:
>>
>>> From: mehdi.amini at apple.com [mailto:mehdi.amini at apple.com]
>>> Sent: Wednesday, February 10, 2016 1:51 PM
>>> To: Duncan P. N. Exon Smith
>>>