summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/memcpy-no-nobuiltin-if-not-emitted.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen] fix inline builtin-related breakage from D78162George Burgess IV2020-05-071-0/+16
In cases where we have multiple decls of an inline builtin, we may need to go hunting for the one with a definition when setting function attributes. An additional test-case was provided on https://github.com/ClangBuiltLinux/linux/issues/979 (cherry picked from commit 94908088a831141cfbdd15fc5837dccf30cfeeb6)
OpenPOWER on IntegriCloud