mirror of https://github.com/llvm/torch-mlir
Move external/torch-mlir to the root of the repo.
parent
d8f603a4e5
commit
4fad753073
|
@ -11,7 +11,7 @@
|
|||
set -eu -o errtrace
|
||||
|
||||
project_dir="$(cd $(dirname $0)/.. && pwd)"
|
||||
llvm_project_dir="$project_dir/../llvm-project"
|
||||
llvm_project_dir="$project_dir/external/llvm-project"
|
||||
build_dir="$project_dir/build"
|
||||
|
||||
cmake -GNinja -B"$build_dir" "$llvm_project_dir/llvm" \
|
|
@ -1 +0,0 @@
|
|||
/build
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue