[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:48:00 PST 2020
MaskRay added a comment.
A typo in the summary:
define void @f() { ;;;;;; void -> i32
%v = load i32, i32* @g
ret i32 %v
}
How about `-keep-constinit` -> `-keep-const-init`?
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