Skip to content

Commit 8c6e045

Browse files
[zOS] Turn CLANG_INTERPRETER_PLATFORM_CANNOT_CREATE_LLJIT on for zOS (#87797)
PR [https://github.com/llvm/llvm-project/pull/84461](https://github.com/llvm/llvm-project/pull/84461) disabled `clang/unittests/Interpreter/InterpreterExtensionsTest.cpp` for AIX by turning on `CLANG_INTERPRETER_PLATFORM_CANNOT_CREATE_LLJIT`. This PR turns `CLANG_INTERPRETER_PLATFORM_CANNOT_CREATE_LLJIT` on for zOS as well, since LLJIT cannot be created on zOS either. Co-authored-by: Bahareh <[email protected]>
1 parent 95f984f commit 8c6e045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Interpreter/InterpreterExtensionsTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#include <system_error>
3232

33-
#if defined(_AIX)
33+
#if defined(_AIX) || defined(__MVS__)
3434
#define CLANG_INTERPRETER_PLATFORM_CANNOT_CREATE_LLJIT
3535
#endif
3636

0 commit comments

Comments
 (0)