search for: llvmaddresssafeti

Displaying 2 results from an estimated 2 matches for "llvmaddresssafeti".

Did you mean: llvmaddresssafety
2012 Oct 18
2
[LLVMdev] [RFC] LLVM C-API Change
I recently reimplemented the Attributes class. It now hides the data representation inside of an opaque class. In the near future, we will be extending this class to encompass many other attributes. The changes pose one problem, however. The C-API still uses the old data representation for passing along the Attributes class. In particular, these two functions: LLVMAttribute
2012 Oct 18
0
[LLVMdev] [RFC] LLVM C-API Change
Hi Bill, On 18/10/12 10:35, Bill Wendling wrote: > I recently reimplemented the Attributes class. It now hides the data representation inside of an opaque class. In the near future, we will be extending this class to encompass many other attributes. > > The changes pose one problem, however. The C-API still uses the old data representation for passing along the Attributes class. In