[mlir][OpenACC] Reject unsupported routine bind attributes (#220710)

Require each routine bind item to be a symbol reference or string
attribute. Other successfully parsed attributes left the kind
discriminator uninitialized and were silently dropped.

Found by Coverity.

Assisted-by: Codex
GitOrigin-RevId: 4fbc7d8992dbd21f5a0ea0f09fe647c81b1a8c77
2 files changed
tree: 4b65346afd44462727fc8934bb11573819042ef7
  1. benchmark/
  2. cmake/
  3. docs/
  4. examples/
  5. include/
  6. lib/
  7. python/
  8. test/
  9. tools/
  10. unittests/
  11. utils/
  12. .clang-format
  13. .clang-tidy
  14. CMakeLists.txt
  15. LICENSE.TXT
  16. Maintainers.md
  17. README.md
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.