Displaying 6 results from an estimated 6 matches for "kihong".
2019 Jun 28
2
Conflicts with custom passes
...; parser at end of file
2. Per-module optimization passes
3. Running pass 'Unnamed pass: implement Pass::getPassName()' on module '/home/khheo/project/all/time-1.7.c'.
…
What does "Running pass 'Unnamed pass: implement Pass::getPassName()' on module” mean?
- Kihong
> On Jun 28, 2019, at 4:48 PM, Tim Northover <t.p.northover at gmail.com> wrote:
>
> On Fri, 28 Jun 2019 at 21:18, Kihong Heo <kihong.heo at gmail.com> wrote:
>> When I search for this issue on Google, it seems to be relevant to “RTTI”.
>
> Yep, that's a typ...
2019 Jun 28
2
Conflicts with custom passes
...Google, it seems to be relevant to “RTTI”. But as I know LLVM is built by default -fno-rtti. I also explicitly turned off it. Here is my cmake command:
$ cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_RTTI=OFF -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" ../llvm
Any thought?
Best,
- Kihong
> On Jun 28, 2019, at 5:39 AM, Tim Northover <t.p.northover at gmail.com> wrote:
>
> Hi Kihong,
>
> On Fri, 28 Jun 2019 at 05:58, Kihong Heo via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> - Is there any guide line to write a custom pass to avoid such a...
2019 Jun 28
2
Conflicts with custom passes
...ue*) (.constprop.510) (/usr/local/bin/clang-8+0x1497e69)
…
I have two questions:
- Is there any guide line to write a custom pass to avoid such a conflict?
- Is there any existing framework to print out dynamic path in LLVM-IR format?
I would appreciate if some of you can give comments.
Thanks,
Kihong
2019 May 25
3
llvm pass
...c354 <https://medium.com/@mshockwave/writing-llvm-pass-in-2018-part-iii-d44cd0c2c354>
and registered the pass to clang’s workflow with legacy pass manger. But it raises segmentation fault errors.
What is a recommended way to register custom passes to clang directly?
Thanks in advance.
Best,
Kihong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190525/64048d49/attachment.html>
2004 Nov 19
0
Question on panel corrected standard errors by Beck and Katz
Dear colleagues,
I am looking for a program which can run OLS with panel corrected standard
errors developed by Beck and Katz. Thanks for your help in advance.
Kihong Eom, Ph.D.
539 Ross Hall
Iowa State University
Ames, IA 50011
2011 Apr 20
1
invoking python from R
...hon("listdir", "/tmp", .module="posix")
The command gives me the following message:
> x <- .Python("listdir", "/tmp", .module="posix")
Error: could not find function ".Python"
Any help would be greatly appreciated.
Best,
Kihong
[[alternative HTML version deleted]]