diff --git a/clang/test/Interpreter/execute.cpp b/clang/test/Interpreter/execute.cpp --- a/clang/test/Interpreter/execute.cpp +++ b/clang/test/Interpreter/execute.cpp @@ -1,6 +1,6 @@ // RUN: cat %s | clang-repl | FileCheck %s // REQUIRES: host-supports-jit -// UNSUPPORTED: powerpc64 +// UNSUPPORTED: system-aix extern "C" int printf(const char *, ...); int i = 42;