================
@@ -1,3 +1,4 @@
+// REQUIRES: default-cxx-stdlib=libstdc++
----------------
ian-twilightcoder wrote:

Sometimes `default-cxx-stdlib` isn't set at all, and so the `REQUIRES` doesn't 
always work. `REQUIRES` doesn't have a `!=`, but you can do `!(a=b)`. You can 
also do `!a || a=b`, but it's probably best to cover libc++ and "everything 
else" instead of just libc++/libstdc++.

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

Reply via email to