[PATCH] D49819: [bcanalyzer] Update MODULE_CODE values

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 16:12:22 PDT 2018


JDevlieghere added a comment.

In https://reviews.llvm.org/D49819#1175942, @aenewton wrote:

> Thanks for the comments, Jonas. I grepped through the tests and saw that none of them were checking against the `UnknownCode` string that would have been produced. It looks like I'll need to create a bitcode file that contains the codes and create a new test based on that.


We have a bunch of bitcode input files under `test/Bitcode/Inputs`, maybe one of those do the trick. I'd do a find for `*.bc` files, run it trough your updated version of llvm-bcanalyzer and grep for the new codes. If that doesn't yield anything I guess you have no other choice than adding a new bitcode file.


Repository:
  rL LLVM

https://reviews.llvm.org/D49819





More information about the llvm-commits mailing list