[PATCH] D111160: [UnknownProvenance] Add LLVM-IR support for unknown_provenance
Jeroen Dobbelaere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 06:16:41 PDT 2022
jeroen.dobbelaere added a comment.
In D111160#3772453 <https://reviews.llvm.org/D111160#3772453>, @jdoerfert wrote:
> Test for the lexer/parser are missing. Positive and negative.
At this point I think it is hard to already introduce these tests: tests that trigger reading the `unknown_provenance` LLVM-IR constant are available in D104269 <https://reviews.llvm.org/D104269> and D128813 <https://reviews.llvm.org/D128813>.
A test that triggers writing the LLVM-IR `unknown_provenance` constant is available in D104269 <https://reviews.llvm.org/D104269> (and enabled in D104270 <https://reviews.llvm.org/D104270>)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111160/new/
https://reviews.llvm.org/D111160
More information about the llvm-commits
mailing list