From 7e72bd388509164266c36fb26a08659c1e4c2f4b Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Tue, 24 Dec 2019 02:50:08 -0500 Subject: [PATCH] switch to lit test --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index feaaf91..81e7874 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,9 +53,9 @@ jobs: command: | mkdir build && cd build LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake .. - make all - ./bin/onnf-opt --shape-inference --lower-frontend ../test-tanh.mlir - # VERBOSE=1 LIT_OPTS=-v make check-mlir-lit + # make all + # ./bin/onnf-opt --shape-inference --lower-frontend ../test-tanh.mlir + VERBOSE=1 LIT_OPTS=-v make check-mlir-lit # cd /home/circleci/project/build/test/mlir && /usr/local/bin/python /home/circleci/project/build/../llvm-project/build/bin/llvm-lit -v /home/circleci/project/build/test/mlir - run: name: Print the Current Time