Skip to content

Commit

Permalink
Revert "[Clang] Interpreter test should not depend on system header (l…
Browse files Browse the repository at this point in the history
…lvm#119903)"

This reverts commit 8ab6912.
  • Loading branch information
dcci committed Dec 14, 2024
1 parent e48916f commit 9ddcaed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions clang/test/Interpreter/Inputs/vector

This file was deleted.

2 changes: 1 addition & 1 deletion clang/test/Interpreter/crash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//
// RUN: split-file %s %t
//
// 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
// RUN: %clang++ -shared %t/vec.o -o %t/vec.so
//
// RUN: cat %t/Test.cpp | LD_LIBRARY_PATH=%t:$LD_LIBRARY_PATH clang-repl
Expand Down

0 comments on commit 9ddcaed

Please sign in to comment.