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

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 09:11:08 PDT 2023


aeubanks added inline comments.


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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153855



More information about the llvm-commits mailing list