We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44b587 commit b03e3f3Copy full SHA for b03e3f3
clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
@@ -122,11 +122,6 @@ extern "C" int throw_exception() {
122
Triple.getArch() == llvm::Triple::aarch64_32))
123
GTEST_SKIP();
124
125
- // FIXME: RISC-V fails as .eh_frame handling is not yet implemented in
126
- // JITLink for RISC-V. See PR #66067.
127
- if (Triple.isRISCV())
128
- GTEST_SKIP();
129
-
130
llvm::cantFail(Interp->ParseAndExecute(ExceptionCode));
131
testing::internal::CaptureStdout();
132
auto ThrowException =
0 commit comments