[PATCH] D24735: Triple: Add opencl environment type
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 21 13:12:20 PDT 2016
tstellarAMD added inline comments.
================
Comment at: include/llvm/ADT/Triple.h:194
@@ -193,2 +193,3 @@
CoreCLR,
- LastEnvironmentType = CoreCLR
+ OpenCL,
+ LastEnvironmentType = OpenCL
----------------
Anastasia wrote:
> What would be the difference to AMDOpenCL item above?
AMDOpenCL was used with the X86 arch only. I wanted to add something that would be more extensible and would make sense for other vendors.
https://reviews.llvm.org/D24735
More information about the llvm-commits
mailing list