Skip to content

Commit 6610cf0

Browse files
author
kr-2003
committed
testing
1 parent 7943ba7 commit 6610cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/InterpreterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ static std::string getOrcRuntimePath() {
8282
llvm::sys::path::remove_filename(RuntimePath); // Remove "clang"
8383
llvm::sys::path::remove_filename(RuntimePath); // Remove "tools"
8484

85-
llvm::sys::path::append(RuntimePath, "lib", "clang", "21", "lib");
85+
llvm::sys::path::append(RuntimePath, "lib", "clang", "20", "lib");
8686

8787
// Add platform-specific runtime library
8888
llvm::Triple SystemTriple(llvm::sys::getProcessTriple());

0 commit comments

Comments
 (0)