[all-commits] [llvm/llvm-project] 671367: [OpenCL] Fix mangling of single-overload builtins
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Tue Dec 3 03:11:15 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6713670b17324b81cc457f3a37dbc8c1ee229b88
https://github.com/llvm/llvm-project/commit/6713670b17324b81cc457f3a37dbc8c1ee229b88
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2019-12-03 (Tue, 03 Dec 2019)
Changed paths:
M clang/lib/Sema/SemaLookup.cpp
M clang/test/CodeGenOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Fix mangling of single-overload builtins
Commit 9a8d477a0e0 ("[OpenCL] Add builtin function attribute
handling", 2019-11-05) stopped Clang from mangling single-overload
builtins, which is incorrect.
More information about the All-commits
mailing list