[PATCH] D73833: Add -keep-constinit commandline option to llvm-extract

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 1 20:52:08 PST 2020


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-extract/keep-constinit.ll:3
+
+; CHECK: @cv = constant i32 0
+
----------------
Add a `llvm-extract -func foo -S < %s` test that `@cv` is otherwise changed to a declaration.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73833





More information about the llvm-commits mailing list