We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48916f commit 9ddcaedCopy full SHA for 9ddcaed
clang/test/Interpreter/Inputs/vector
clang/test/Interpreter/crash.cpp
@@ -5,7 +5,7 @@
5
//
6
// RUN: split-file %s %t
7
8
-// RUN: %clang++ -Xclang -nostdsysteminc -I%S/Inputs/ -std=c++20 -fPIC -c %t/vec.cpp -o %t/vec.o
+// RUN: %clang++ -std=c++20 -fPIC -c %t/vec.cpp -o %t/vec.o
9
// RUN: %clang++ -shared %t/vec.o -o %t/vec.so
10
11
// RUN: cat %t/Test.cpp | LD_LIBRARY_PATH=%t:$LD_LIBRARY_PATH clang-repl
0 commit comments