<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/115853>115853</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang][regression] After PR #110418 `make check-all` fails when ORC is deliberately disabled
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
pawosm-arm
</td>
</tr>
</table>
<pre>
For many reasons I need to build LLVM and Clang with ORC disabled. Yet I still want `make check-all` to be pass. After PR #110418 I'm seeing this:
```
FAIL: Clang :: Interpreter/out-of-process.cpp (12610 of 80814)
******************** TEST 'Clang :: Interpreter/out-of-process.cpp' FAILED ********************
Exit Code: 2
Command Output (stderr):
--
RUN: at line 3: cat /home/pawosm01/atfl-scripts.git/toolchain/src/clang/test/Interpreter/out-of-process.cpp | /home/pawosm01/atfl-scripts.git/toolchain/build/stage/bootstrap_compiler/bin/clang-repl -oop-executor -orc-runtime | /home/pawosm01/atfl-scripts.git/toolchain/build/stage/bootstrap_compiler/bin/FileCheck /home/pawosm01/atfl-scripts.git/toolchain/src/clang/test/Interpreter/out-of-process.cpp
+ /home/pawosm01/atfl-scripts.git/toolchain/build/stage/bootstrap_compiler/bin/clang-repl -oop-executor -orc-runtime
+ /home/pawosm01/atfl-scripts.git/toolchain/build/stage/bootstrap_compiler/bin/FileCheck /home/pawosm01/atfl-scripts.git/toolchain/src/clang/test/Interpreter/out-of-process.cpp
+ cat /home/pawosm01/atfl-scripts.git/toolchain/src/clang/test/Interpreter/out-of-process.cpp
clang-repl: No such file or directory
FileCheck error: '<stdin>' is empty.
FileCheck command line: /home/pawosm01/atfl-scripts.git/toolchain/build/stage/bootstrap_compiler/bin/FileCheck /home/pawosm01/atfl-scripts.git/toolchain/src/clang/test/Interpreter/out-of-process.cpp
--
```
As I checked, `clang-repl` reports `No such file or directory` when ORC is disabled.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzcVlGL3DYQ_jXal8GLJXvt9YMf9nbPsHBNyjUt9KnI0thWI1tGGuey_77Iu5dLQkppCtdSEBJC-jQz34xmRoZg-gmxZrs7tjtt5EKD8_Usn1wYE-nHTev0pW6ch1FOF_Aog5sCnGFC1EAO2sVYDQ8Pv_wActJwtHLq4cnQAG8fj6BNkK1FvYVfkeAMgYy18CQnAlako3yPoAZU7xNpLSvS9UGEWYawhUNH6OHHR2Ai4zzN-R7OTJQjBEQz9UCDCSw7sPTE0ue5SG9j3TaH8wPLDjel4t3sAOeJ0M8eCT0TjVsocV0ye6cwhK2aZ2Biz0XBU3Ad7NM9z5mobs-L7x_w7v6nd8BE-beUYaKEaMX9Cf6J8Kv69x8NwdFpjJLF57wd3ThG771daF4oMhBIo_fR8meGk-S6Pv78JuIlgTUTQhY3SkZQM7gRmWiu0ZNyJhpJnU2C8mamsO0NMdGQc1YN0kxMNMErJhoVGYknGOKFv3ZQefwuaWuoRqkk-4hsnaNAXs6_KTfOxq7y2vXqqlLicbaQODcn-BHVQs5D4rxK_DKRGfE1FGmMxWP8Ia_H73Os3_0nSH41bf5Vpl_1A13FvrAff_AbB2FRA3TGIjgP2nhU5Pzllkk_kYPeOx8RTJQsOwbSZmLZfUxUJgCOM122X2PULb3EhHGF_k89-UWi_KoYXedDrJ1ryUPNxDFWwc8cUaTgcXaeQjz4c58UKTwNOK0l1oSXKnuVsdF1pquskhuseZnxnKe8rDZDjVzlOyVVVuYa98V-r3Veaq1Vt8vSCvnG1CIVOedccM4LXm2rMsuVVEWXVxxF1bE8xVEau7X2w7h1vt-YEBasOd_td9nGyhZtWJsJIW4UithX-DoCknbpA8tTawKFlyfIkF07kCtid2K7O4-9xxCMm9ju9K1W4JvtQyeNDV9Sg9a06CWhvXziabN4Ww9E89o_iIaJpjc0LO1WuZGJJmp2W6KTf0cVY2C1NDDR3Iz9UIs_AgAA___QfvMd">