verbose lit

This commit is contained in:
Tian Jin 2019-12-24 02:01:23 -05:00
parent 5fafe91380
commit 2cf60bc4c8
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
command: | command: |
mkdir build && cd build mkdir build && cd build
LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake .. LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake ..
VERBOSE=1 make check-mlir-lit 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 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: - run:
name: Print the Current Time name: Print the Current Time