[PATCH] D96771: [OpenCL] Add distinct file extension for C++ for OpenCL
Sven van Haastregt via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 22 05:28:05 PDT 2021
svenvh accepted this revision.
svenvh added a comment.
LGTM; just one minor comment, which you can address as part of your commit.
================
Comment at: clang/test/CodeGenOpenCLCXX/addrspace-with-class.clcpp:2
+// RUN: %clang_cc1 %s -triple spir-unknown-unknown -emit-llvm -O0 -o - | FileCheck %s
// RUN: %clang_cc1 %s -triple spir-unknown-unknown -cl-std=CLC++ -emit-llvm -O0 -o - | FileCheck %s --check-prefix=CHECK-DEFINITIONS
----------------
Nitpick: this `-cl-std` can be removed too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96771/new/
https://reviews.llvm.org/D96771
More information about the cfe-commits
mailing list