Issue |
115853
|
Summary |
[clang][regression] After PR #110418 `make check-all` fails when ORC is deliberately disabled
|
Labels |
clang
|
Assignees |
|
Reporter |
pawosm-arm
|
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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs