[all-commits] [llvm/llvm-project] 8d73ab: [mlir] [integration_test] Make integration tests d...

Aart Bik via All-commits all-commits at lists.llvm.org
Mon Jun 15 14:33:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d73ab8ddc52d300b685bff74cb1d46edc8416b3
      https://github.com/llvm/llvm-project/commit/8d73ab8ddc52d300b685bff74cb1d46edc8416b3
  Author: aartbik <ajcbik at google.com>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
    M mlir/CMakeLists.txt

  Log Message:
  -----------
  [mlir] [integration_test] Make integration tests default OFF

Summary:
Previous submit of new tests accidentally made this ON.
The tests should be opt-in.

To build with MLIR integration tests enabled, pass the following

cmake .... \
-DMLIR_INCLUDE_INTEGRATION_TESTS=ON \
....

Reviewers: mehdi_amini

Subscribers: mgorny, mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul, msifontes

Tags: #mlir

Differential Revision: https://reviews.llvm.org/D81878




More information about the All-commits mailing list