[PATCH] D24735: Triple: Add opencl environment type
Anastasia Stulova via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 21 12:43:36 PDT 2016
Anastasia added a comment.
Could we add a clang driver test too checking new triple?
================
Comment at: include/llvm/ADT/Triple.h:194
@@ -193,2 +193,3 @@
CoreCLR,
- LastEnvironmentType = CoreCLR
+ OpenCL,
+ LastEnvironmentType = OpenCL
----------------
What would be the difference to AMDOpenCL item above?
https://reviews.llvm.org/D24735
More information about the llvm-commits
mailing list