[PATCH] D153111: [clang][Serialization][RISCV] Increase the number of reserved predefined type IDs

Roger Ferrer Ibanez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 18 23:34:02 PDT 2023


rogfer01 added a comment.

Thanks @eopXD. Not sure why you didn't observe the failure. I understand your build has `-DLLVM_ENABLE_ASSERTIONS=ON`.

I investigated a bit the libcxx errors flagged by the precommit CI. I can get similar (but not exactly the same errors) if the build before this change is `-DLLVM_ENABLE_PROJECTS=clang -DLLVM_ENABLE_RUNTIMES=libcxx`, then I apply this change and then I run libcxx tests: several precompiled headers become stale after this change and would need to be rebuilt. Starting from a clean build directory avoids this issue.

I want to do a few more checks locally before committing. Sorry for the delay.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153111/new/

https://reviews.llvm.org/D153111



More information about the cfe-commits mailing list