[compiler-rt] [llvm] [clang] [clang-repl] [ORC] Add support for out-of-process execution on ELF (PR #79936)

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 1 15:31:53 PST 2024


================
@@ -0,0 +1,61 @@
+// REQUIRES: host-supports-jit, x86_64-linux
----------------
jameshu15869 wrote:

Since only ELF and Linux are supported right now, I thought that adding extra `RUN` lines to the others tests would cause unnecessary failures in COFF (Windows) and MachO (Mac). Would there be a way to conditionally execute `RUN` lines based on platform?

https://github.com/llvm/llvm-project/pull/79936


More information about the cfe-commits mailing list