[all-commits] [llvm/llvm-project] 6e3170: [ClangModule] Fix decl-params-determinisim test af...

Steven Wu via All-commits all-commits at lists.llvm.org
Fri Nov 17 09:17:30 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e31709283478aec409af924d9e9c13843f13c42
      https://github.com/llvm/llvm-project/commit/6e31709283478aec409af924d9e9c13843f13c42
  Author: Steven Wu <stevenwu at apple.com>
  Date:   2023-11-17 (Fri, 17 Nov 2023)

  Changed paths:
    M clang/test/Modules/decl-params-determinisim.m

  Log Message:
  -----------
  [ClangModule] Fix decl-params-determinisim test after serialization change (#72572)

Fix decl-params-determinisim test after 48be81e1 packed some information
in the clang module. The test is to make sure the decls are appearing in
a strict ordering and it relies on check the correct field in the
bitcode format.

Add more explanation in the comments to help future updates when
serialization format affects this test.




More information about the All-commits mailing list