[llvm] [NVPTX] Add more clear error message for using invalid syncscope (PR #165737)

Mikael Holmen via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 3 22:32:41 PST 2025


================
@@ -0,0 +1,11 @@
+; RUN: not llc -mcpu=sm_100a -mtriple=nvptx64 -mattr=+ptx86 %s 2>&1 | FileCheck %s
----------------
mikaelholmen wrote:

Hi @smada3 

Can we add "-o /dev/null" or "-o -" to the RUN line so it doesn't try to open a local file for the llc output since the local directory might be write protected?

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


More information about the llvm-commits mailing list