https://llvm.org/bugs/show_bug.cgi?id=26533
Bug ID: 26533 Summary: Extract out information from LibFunc into a .def and use it in clang combined with builtin info Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: -New Bugs Assignee: unassignedclangb...@nondot.org Reporter: mgottes...@apple.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified I am not sure what is the right component for this, so please move it if I am incorrect. LibFunc/FunctionAttrs programatically in LLVM has a bunch of information about library calls that clang does not. It would be great to have clang have access to this information and put the relevant attributes on such functions. An example of this sort of information is that clang does not know about how functions capture pointers. Ideally we would refactor that information into a .def (or even tblgen file if necessary) in LLVM and then have clang import that information from LLVM. Then we only have this information in one place in LLVM/clang and get more information. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs