[llvm-branch-commits] [llvm] fix: added to fix compile error (PR #67217)

2023-11-08 Thread Chris B via llvm-branch-commits
llvm-beanz wrote: Hi @isubasinghe, as you guessed LLVM 9 is a closed release so we're not accepting PRs into it anymore (even ones that fix pretty obvious issues). Thank you for your contribution (even though we won't be merging it). https://github.com/llvm/llvm-project/pull/67217

[llvm-branch-commits] [llvm] fix: added to fix compile error (PR #67217)

2023-11-08 Thread Chris B via llvm-branch-commits
https://github.com/llvm-beanz closed https://github.com/llvm/llvm-project/pull/67217 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] fix: added to fix compile error (PR #67217)

2023-09-22 Thread Isitha Subasinghe via llvm-branch-commits
https://github.com/isubasinghe created https://github.com/llvm/llvm-project/pull/67217 I presume you don't take any PR to release/9.x but thought I might as well open this. This header is missing and causes a compile error on my machine. >From a53c7f41292861bd26efe35c53c6ba99c3583dfa Mon Se