[all-commits] [llvm/llvm-project] 3ec82e: [OpenCL] Prevent adding vendor extensions for all ...
Anastasia Stulova via All-commits
all-commits at lists.llvm.org
Fri Apr 30 06:43:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ec82e519513b231bb0e8dd5e098c4c5a51501a2
https://github.com/llvm/llvm-project/commit/3ec82e519513b231bb0e8dd5e098c4c5a51501a2
Author: Anastasia Stulova <anastasia.stulova at arm.com>
Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths:
M clang/lib/Headers/opencl-c-base.h
M clang/lib/Headers/opencl-c.h
M clang/test/Headers/opencl-c-header.cl
Log Message:
-----------
[OpenCL] Prevent adding vendor extensions for all targets
Removed extension begin/end pragma as it has no effect and
it is added unconditionally for all targets.
Differential Revision: https://reviews.llvm.org/D92244
More information about the All-commits
mailing list