Skip to content

Commit 33db46d

Browse files
author
kr-2003
committed
formatting
1 parent 2987cc6 commit 33db46d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/unittests/Interpreter/InterpreterTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ static std::string getOrcRuntimePath() {
8888
if (SystemTriple.isOSDarwin()) {
8989
llvm::sys::path::append(RuntimePath, "darwin", "liborc_rt_osx.a");
9090
} else if (SystemTriple.isOSLinux()) {
91-
llvm::sys::path::append(RuntimePath, "x86_64-unknown-linux-gnu", "liborc_rt.a");
91+
llvm::sys::path::append(RuntimePath, "x86_64-unknown-linux-gnu",
92+
"liborc_rt.a");
9293
} else {
9394
// Add other platforms as needed
9495
llvm::sys::path::append(RuntimePath, "liborc_rt.a");

0 commit comments

Comments
 (0)