Displaying 3 results from an estimated 3 matches for "matthewtpick".
2018 Dec 06
2
Source locations missing when using xray-account
...suggest where I might be able
>> > to get help?
>>
>> You’ve asked the right place, apologies for the delay I’m supposed to be answering these questions.
>>
>> >
>> > Matt
>> > On Mon, Nov 26, 2018 at 3:02 PM Matthew Pickering
>> > <matthewtpickering at gmail.com> wrote:
>> >>
>> >> Hi all,
>> >>
>> >> I am trying to add XRay support to the IR produced by GHC. Getting the
>> >> basics working is not too complicated after adding the right function
>> >> attribute but...
2018 Dec 03
2
Source locations missing when using xray-account
...llvm.org> wrote:
>
> Is anyone able to help me with this or suggest where I might be able
> to get help?
You’ve asked the right place, apologies for the delay I’m supposed to be answering these questions.
>
> Matt
> On Mon, Nov 26, 2018 at 3:02 PM Matthew Pickering
> <matthewtpickering at gmail.com> wrote:
>>
>> Hi all,
>>
>> I am trying to add XRay support to the IR produced by GHC. Getting the
>> basics working is not too complicated after adding the right function
>> attribute but any analysis shows the function names but not the
&...
2018 Nov 26
2
Source locations missing when using xray-account
Hi all,
I am trying to add XRay support to the IR produced by GHC. Getting the
basics working is not too complicated after adding the right function
attribute but any analysis shows the function names but not the
locations of the functions.
In particular, I run a program which has been instrumented as follows:
XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic verbosity=1" ./llvm