[PATCH] D22548: [test-suite] Supress warnings of missing reference output files using a default reference.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 16:18:06 PDT 2016


mehdi_amini added a comment.

There is a bunch of `if(NOT DEFINED  ...` in this CMake file, can this be used to add a new variable and test with `If(NOT DEFINED NO_REFERENCE_OUTPUT)` (or similar)?


https://reviews.llvm.org/D22548





More information about the llvm-commits mailing list