[PATCH] D97106: [UpdateTestChecks] Warn if any function conflicts under the same prefix

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 24 14:33:50 PDT 2021


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

Looks reasonable but the test needs update. Request changes to remove this from folks' review queues



================
Comment at: llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/conflict.ll:8
+  ret i32 %Q
+}
----------------
better to add another function


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97106



More information about the llvm-commits mailing list