search for: _seperate_

Displaying 4 results from an estimated 4 matches for "_seperate_".

Did you mean: _separate_
2016 Apr 01
2
[cfe-dev] [PATCH/DRAFT] Embed metadata into object file
...i32 15, i32 28, i32 142} > !2 = !{!"key", i32 10000, !"key2", i32 9999} > > I'm not sure whether this would be useful and reusable for others. So: > Do you think this would be useful for other developers as well? > > chris > > > [1] This is a _seperate_ drawback of clang plugins at the moment: They > cannot define an LLVM IR transformation that should be applied when > the plugin is active. You can write clang plugin that are LLVM pass and insert them in the pipeline. > I think it would be useful for many analyzes > to have...
2004 Aug 06
3
no mp3s with ices2!? an other way?
Hi: My understanding was that the ices 0.x app was still being maintained. If it doesn't work with icecast2, and I've not personally tried it, then there's some problem with either ices 0.x or icecast2 and it needs to be fixed. icecast2 should also accept shoutcast-style MP3 streams as well, and again if this doesn't work, it's a bug that needs fixing. I don't see a lot
2016 Mar 30
1
[cfe-dev] [PATCH/DRAFT] Embed metadata into object file
> On Mar 30, 2016, at 6:47 AM, Christian Dietrich via cfe-dev <cfe-dev at lists.llvm.org> wrote: > > Hi, > > so this is my first contribution to LLVM/clang, so I hope I come close > to the required coding standards and guidelines. > > First, I will describe the scenario I want to solve: For a few days, the > clang plugin interface allows to execute the a plugin
2016 Mar 30
2
[PATCH/DRAFT] Embed metadata into object file
Hi, so this is my first contribution to LLVM/clang, so I hope I come close to the required coding standards and guidelines. First, I will describe the scenario I want to solve: For a few days, the clang plugin interface allows to execute the a plugin just before the actual main action (e.g., compiling an translation unit). In my case, the plugin we're developing will analyze the AST and