search for: build_attributes

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

Did you mean: build_attribute
2010 Nov 13
0
[LLVMdev] Build Attributes Proposal
On 13 November 2010 15:12, Duncan Sands <baldrick at free.fr> wrote: > I agree that it's limited.  As for MC, it will need to handle these strings > anyway since this is an existing LLVM feature (coming from gcc originally) > that needs to be supported. Do you mean that LLVM-GCC generates build attributes as asm strings in IR? > Because magic globals need magic treatment,
2010 Nov 13
2
[LLVMdev] Build Attributes Proposal
Hi Renato, > On 13 November 2010 10:06, Duncan Sands<baldrick at free.fr> wrote: >> module asm "\09.ident\09\22GCC: (GNU) 4.5.2 20101028 (prerelease) LLVM: >> 118890\22" > > Hi Duncan, > > This could work, but it's very limited. Besides, there's already an MC > build attribute infrastructure, one would have to interpret those > strings
2011 Jun 08
4
Cannot modify SafeBuffer in place
...m rails 3.0.7.rc1 to 3.0.8 today and ran into a problem when rendering haml: TypeError in Pages#home Cannot modify SafeBuffer in place Full Trace: activesupport (3.0.8) lib/active_support/core_ext/string/output_safety.rb:122:in `gsub!'' haml (3.1.1) lib/haml/compiler.rb:382:in `block in build_attributes'' haml (3.1.1) lib/haml/compiler.rb:358:in `each'' haml (3.1.1) lib/haml/compiler.rb:358:in `collect'' haml (3.1.1) lib/haml/compiler.rb:358:in `build_attributes'' haml (3.1.1) lib/haml/compiler.rb:407:in `prerender_tag'' haml (3.1.1) lib/haml/compiler.rb:119...
2010 Nov 13
2
[LLVMdev] Build Attributes Proposal
Hi Renato, > On 13 November 2010 15:12, Duncan Sands<baldrick at free.fr> wrote: >> I agree that it's limited. As for MC, it will need to handle these strings >> anyway since this is an existing LLVM feature (coming from gcc originally) >> that needs to be supported. > > Do you mean that LLVM-GCC generates build attributes as asm strings in IR? no, I mean