jhuber6 wrote: > clang++: warning: argument unused during compilation: '-use-spirv-backend' > [-Wunused-command-line-argument]
That's a weird flag, normally options like that are supposed to be `--` not `-`. Anyways, do you know if this is actually unused? https://github.com/llvm/llvm-project/pull/202986 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
