================ @@ -2,7 +2,7 @@ // The input and output files cannot be the same. // RUN: %clang --offload-new-driver -### -save-temps -nogpuinc -nogpulib \ -// RUN: --offload-arch=amdgcnspirv -x hip %s 2>&1 \ +// RUN: --target=x86_64-linux-gnu --offload-arch=amdgcnspirv -x hip %s 2>&1 \ ---------------- jhuber6 wrote:
```suggestion // RUN: --target=x86_64-unknown-linux-gnu --offload-arch=amdgcnspirv -x hip %s 2>&1 \ ``` https://github.com/llvm/llvm-project/pull/166392 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
