================
@@ -0,0 +1,20 @@
+// REQUIRES: host-supports-jit, x86_64-linux
+
+// RUN: rm -rf %t
+// RUN: mkdir -p %t
+//
+// RUN: split-file %s %t
+//
+// RUN: %clang++ -std=c++20 -fPIC -c %t/vec.cpp -o %t/vec.o
+// RUN: %clang++ -shared %t/vec.o -o %t/vec.so
----------------
yuxuanchen1997 wrote:

If there's no quick solution, I would propose to revert the testing portion of 
this patch. This has been blocking CI on our end for a couple of days. No other 
tests in llvm repo invokes system linker like this one. 

https://github.com/llvm/llvm-project/pull/117475
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to