Displaying 3 results from an estimated 3 matches for "rdetector".
Did you mean:
detector
2018 Jan 13
0
Integrating llvm pass with pass manager
...ang under llvm/tools and compile it as well? In theory, if
`opt` recognize the option, so does `clang -mllvm`.
2018-01-12 8:47 GMT+08:00 sangeeta chowdhary <sangitachowdhary at gmail.com>:
> Hello,
>
> I have tried giving this option like this
>
> clang -c -emit-llvm -mllvm -rdetector hello.c -c -o hello.bc
> but I am getting error " Unknown command line argument '-rdetector’.”
>
> Although same option work with opt -
> opt -rdetector hello.ll
>
>
>
> On Jan 11, 2018, at 6:41 PM, sangeeta chowdhary <
> sangitachowdhary at gmail.com> wrot...
2018 Jan 08
5
Integrating llvm pass with pass manager
Hello,
I have followed steps given in - https://stackoverflow.com/questions/29910051/integrating-llvm-passes/48142693#48142693 <https://stackoverflow.com/questions/29910051/integrating-llvm-passes/48142693#48142693>, to integrate my pass with pass manager and run it with clang. I am able to run my pass with opt - opt -mypass but when I try to run it with clang, I always get an error -
2018 Jan 13
2
Integrating llvm pass with pass manager
...l? In theory, if
> `opt` recognize the option, so does `clang -mllvm`.
>
>
> 2018-01-12 8:47 GMT+08:00 sangeeta chowdhary <sangitachowdhary at gmail.com>:
>
>> Hello,
>>
>> I have tried giving this option like this
>>
>> clang -c -emit-llvm -mllvm -rdetector hello.c -c -o hello.bc
>> but I am getting error " Unknown command line argument '-rdetector’.”
>>
>> Although same option work with opt -
>> opt -rdetector hello.ll
>>
>>
>>
>> On Jan 11, 2018, at 6:41 PM, sangeeta chowdhary <
>> sa...