From ee24b910a1cb95bd222e253da43238e843816f2f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 1 Sep 2023 16:51:32 +0200 Subject: [PATCH] Use clang++ for C++ tests --- test/compilers/clang-ompss2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compilers/clang-ompss2.nix b/test/compilers/clang-ompss2.nix index db7e820..3907bb8 100644 --- a/test/compilers/clang-ompss2.nix +++ b/test/compilers/clang-ompss2.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { #export NIX_DEBUG=6 clang -fompss-2 hello.c -o hello ./hello - clang -fompss-2 hello.cc -o hello + clang++ -fompss-2 hello.cc -o hello ./hello '';