[PATCH] D153855: [StructuralHash] Ignore global variable declarations

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 22:27:11 PDT 2023


uabelho marked an inline comment as done.
uabelho added inline comments.


================
Comment at: llvm/test/Transforms/StripDeadPrototypes/remove-global-variable-declaration.ll:9
+
+ at .str = external constant [15 x i16]
+
----------------
aeubanks wrote:
> all you need is this global declaration in the test, nothing else below is necessary
Thanks!


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

https://reviews.llvm.org/D153855



More information about the llvm-commits mailing list