Displaying 1 result from an estimated 1 matches for "1025027".
Did you mean:
10250,7
2012 Sep 19
8
[LLVMdev] [RFC] Overhauling Attributes
Overhauling Attributes
Problem
=======
LTO needs a way to pass options through to different parts of the compiler. In
particular, we need to pass code generation options to the back-end. The way we
want to do this is via the LLVM Attributes class. In order to do that, we need
to overhaul the Attributes class.
The Attributes class right now isn't very extensible. After considering several