[all-commits] [llvm/llvm-project] 65c926: [clang-repl] Disable exectuion unitests on unsuppo...
Sunho Kim via All-commits
all-commits at lists.llvm.org
Fri Jul 29 15:18:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65c9265f4158512e8dc85558ef8e73c0714e90c3
https://github.com/llvm/llvm-project/commit/65c9265f4158512e8dc85558ef8e73c0714e90c3
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2022-07-30 (Sat, 30 Jul 2022)
Changed paths:
M clang/unittests/Interpreter/InterpreterTest.cpp
Log Message:
-----------
[clang-repl] Disable exectuion unitests on unsupported platform by lljit instance test.
The method used in 4191d661c74622c6fa72c1643e4567f45e6c9e1b was fragile because it didn't consider cross-platform builds and rely on enlisting unsupported targets. Uses the host-supports-jit mechanism to make an escape path. This should fix buildbot failures happening in upstream as well as out-of-tree.
More information about the All-commits
mailing list