<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 6, 2015 at 10:46 AM, Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6 November 2015 at 10:32, Phil Tomson via llvm-dev<br>
<span class=""><<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
> So if I were to pass this .ll file (global_dat_x86_pie.ll) to llc how would<br>
> llc know that the PIE Level is 2? Is this an oversight, bug, or expetcted<br>
> behaviour with a different workaround?<br>
<br>
</span>It looks like it's the "-enable-pie" command line option, which gets<br>
hooked up to TargetOptions::PositionIndependentExecutable if you're<br>
doing it programmatically. I'm not sure of the history behind why<br>
they're different though, I'm afraid.<br>
<span class=""><font color="#888888"><br>
</font></span></blockquote><div><br></div><div>With 3.6 I get an unused argument warning with -enable-pie:<br><br>$ clang -v -emit-llvm -enable-pie -O0 -S global_dat.c -o global_dat_x86_pie.ll<br><br>clang: warning: argument unused during compilation: '-e nable-pie'<br><br> <br></div></div></div></div>