aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/nostdincxx.cpp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2024-01-05 14:31:42 -0800
committerVitaly Buka <vitalybuka@google.com>2024-01-05 14:31:42 -0800
commit994acf7d3d42b3f107c73ed070253ba26d0f67dd (patch)
tree8fd12d41a3cb8e542d391e0bcd6a49f10a83c1bd /clang/test/Driver/nostdincxx.cpp
parentd3a38ee314802fca37849ae33fa7d445369f0956 (diff)
parent5b54dd4f5eccc66c6352f9277d0a6edbd2e80435 (diff)
downloadllvm-994acf7d3d42b3f107c73ed070253ba26d0f67dd.zip
llvm-994acf7d3d42b3f107c73ed070253ba26d0f67dd.tar.gz
llvm-994acf7d3d42b3f107c73ed070253ba26d0f67dd.tar.bz2
[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.tsan-fallback-to-top-frame
Created using spr 1.3.4 [skip ci]
Diffstat (limited to 'clang/test/Driver/nostdincxx.cpp')
-rw-r--r--clang/test/Driver/nostdincxx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/nostdincxx.cpp b/clang/test/Driver/nostdincxx.cpp
index ef5702a..94d74f2 100644
--- a/clang/test/Driver/nostdincxx.cpp
+++ b/clang/test/Driver/nostdincxx.cpp
@@ -2,6 +2,7 @@
// RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
// RUN: not %clangxx -nostdlibinc %s 2>&1 | FileCheck %s
// RUN: not %clangxx --target=x86_64-unknown-unknown-gnu -fsyntax-only -nostdinc -nostdinc++ %s 2>&1 | FileCheck /dev/null --implicit-check-not=-Wunused-command-line-argument
+// RUN: not %clangxx --target=riscv64-unknown-elf -fsyntax-only -nostdinc -nostdinc++ %s 2>&1 | FileCheck /dev/null --implicit-check-not=-Wunused-command-line-argument
// CHECK: 'vector' file not found
#include <vector>