search for: 007784

Displaying 3 results from an estimated 3 matches for "007784".

Did you mean: 007789
2011 Aug 17
0
[LLVMdev] Is va_arg deprecated?
I should have been more specific: "Why do we want this as an option? Do we want it on all the time? Why or why not?" -eric On Aug 17, 2011, at 3:02 PM, Will Dietz wrote: > To get clang to emit va_arg instructions for va_arg() calls, as > opposed to manually lowering it in the frontend, same as the llvm-gcc > patch sent earlier does. > > ~Will > > On Wed, Aug
2011 Aug 18
1
[LLVMdev] Is va_arg deprecated?
...comments or questions, I'm happy to help as I can. Thanks! ~Will * = See http://llvm.org/bugs/show_bug.cgi?id=1740 and related ** = http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-February/007799.html *** = Not the best reference, but http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-February/007784.html shows the relevant code, and as mentioned my testing shows these unsupported errors are for good reason (surprise!). On Wed, Aug 17, 2011 at 5:08 PM, Eric Christopher <echristo at apple.com> wrote: > I should have been more specific: > > "Why do we want this as an option?...
2011 Aug 17
2
[LLVMdev] Is va_arg deprecated?
To get clang to emit va_arg instructions for va_arg() calls, as opposed to manually lowering it in the frontend, same as the llvm-gcc patch sent earlier does. ~Will On Wed, Aug 17, 2011 at 2:41 PM, Eric Christopher <echristo at apple.com> wrote: > > On Aug 17, 2011, at 11:53 AM, Will Dietz wrote: > >> FWIW, attached is a similar patch that adds a -falways-use-llvm-vaarg