search for: yorion

Displaying 4 results from an estimated 4 matches for "yorion".

Did you mean: orion
2006 Jun 03
3
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...ail to load at runtime. This occurs because the tool with the --load option might not be linking in all of libLLVMCore.a, but only the object modules actually needed by that tool. Consequently, a module that uses something not linked into the tool will fail to link at runtime loading. For example, Yorion experienced this problem when he wrote a shared library module that depends on DbgStopPoint which is in IntrinsicInst.cpp. His module links fine, but when it is loaded into "opt" it fails to resolve the DbgStopPoint symbols he uses. That's because the opt program doesn't use DbgS...
2006 Jun 22
0
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...occurs because the tool > with the --load option might not be linking in all of libLLVMCore.a, but > only the object modules actually needed by that tool. Consequently, a > module that uses something not linked into the tool will fail to link at > runtime loading. > > For example, Yorion experienced this problem when he wrote a shared > library module that depends on DbgStopPoint which is in > IntrinsicInst.cpp. His module links fine, but when it is loaded into > "opt" it fails to resolve the DbgStopPoint symbols he uses. That's > because the opt program...
2006 Jun 22
2
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...gt; with the --load option might not be linking in all of libLLVMCore.a, but > > only the object modules actually needed by that tool. Consequently, a > > module that uses something not linked into the tool will fail to link at > > runtime loading. > > > > For example, Yorion experienced this problem when he wrote a shared > > library module that depends on DbgStopPoint which is in > > IntrinsicInst.cpp. His module links fine, but when it is loaded into > > "opt" it fails to resolve the DbgStopPoint symbols he uses. That's > > beca...
2006 Jun 22
0
[LLVMdev] Heads Up: libLLVMCore.a and loadable modules
...e --load option might not be linking in all of libLLVMCore.a, but >>>only the object modules actually needed by that tool. Consequently, a >>>module that uses something not linked into the tool will fail to link at >>>runtime loading. >>> >>>For example, Yorion experienced this problem when he wrote a shared >>>library module that depends on DbgStopPoint which is in >>>IntrinsicInst.cpp. His module links fine, but when it is loaded into >>>"opt" it fails to resolve the DbgStopPoint symbols he uses. That's >>...