<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sebpop@gmail.com" title="Sebastian Pop <sebpop@gmail.com>"> <span class="fn">Sebastian Pop</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement feature to allow easy manipulation of inlining"
   href="https://llvm.org/bugs/show_bug.cgi?id=5334">bug 5334</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>james.molloy@arm.com, sebpop@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement feature to allow easy manipulation of inlining"
   href="https://llvm.org/bugs/show_bug.cgi?id=5334#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Implement feature to allow easy manipulation of inlining"
   href="https://llvm.org/bugs/show_bug.cgi?id=5334">bug 5334</a>
              from <span class="vcard"><a class="email" href="mailto:sebpop@gmail.com" title="Sebastian Pop <sebpop@gmail.com>"> <span class="fn">Sebastian Pop</span></a>
</span></b>
        <pre>Fixed in commit r253550, that added a flag to force inline/noinline attributes.

Author: James Molloy <<a href="mailto:james.molloy@arm.com">james.molloy@arm.com</a>>
Date:   Thu Nov 19 08:49:57 2015 +0000

    [FunctionAttrs] Provide a mechanism for adding function attributes from the
command line

    This provides a way to force a function to have certain attributes from the
command line. This can be useful when debugging or doing workload exploration,
where manually editing IR is tedious or not possible (due to build systems
etc).

    The syntax is -force-attribute=function_name:attribute_name

    All function attributes are parsed except alignstack as it requires an
argument.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>