[PATCH] D41762: [DWARF] Incorrect prologue end line record.

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 06:59:23 PST 2018


CarlosAlbertoEnciso added a comment.

In https://reviews.llvm.org/D41762#1007447, @thegameg wrote:

> In https://reviews.llvm.org/D41762#1007199, @CarlosAlbertoEnciso wrote:
>
> > I noticed that the code generation does not look similar to your posting specially for the case when -enable-shrink-wrap=false.
>
>
> Yes, sorry, you should be able to achieve the same result with `-fno-omit-frame-pointer` in both commands.
>  My bad, I should have provided the correct triple: `-target x86_64-apple-darwin`.


Now using those extra options, I am be able to achieve the same results.

Thanks


https://reviews.llvm.org/D41762





More information about the llvm-commits mailing list