Displaying 1 result from an estimated 1 matches for "b180a1da".
2015 Jan 14
2
[LLVMdev] RFC: Could we move TargetLibraryInfo into lib/Analysis?
While this is target information, it isn't actually part of the target
today and doesn't use any part of the target code. Maybe some day we can
use a target hook to initialize the data structures, but even then I feel
like this really belongs in the core analysis library.
Would there be any objections to just moving it into Analysis?
Doing this would remove a seriously ugly layering