Hi,
I want to add a new pragma to mark a segment of a code where
interested segment can be recognized by llvm later on.
Ex.
# pragma mypragma
{
[code]
}
//interested code segment is inside the brackets
Could someone provide directions to achieve this?
Thanks
Best
Nisal