[PATCH] D110296: [ThinLTO] Don't emit original GUID for locals to distributed indexes

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 22 20:00:38 PDT 2021


wmi added inline comments.


================
Comment at: llvm/test/ThinLTO/X86/distributed_indexes.ll:65
+
+; Ensure we don't get a COMBINED_ORIGINAL_NAME record in the distributed index.
+; The BACKEND1-NEXT checks would fail if we did.
----------------
The test is to ensure we don't get COMBINED_ORIGINAL_NAME record. Why the test added BACKEND1-NEXT instead of BACKEND1-NEXT-NOT?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110296



More information about the llvm-commits mailing list