summaryrefslogtreecommitdiffstats
path: root/mlir/lib/EDSC
diff options
context:
space:
mode:
authorJacques Pienaar <jpienaar@google.com>2019-03-29 22:10:12 -0700
committerMehdi Amini <joker.eph@gmail.com>2019-03-30 11:23:22 -0700
commit1273af232cd103faad15890687d506eae0d9f014 (patch)
tree540ba5dc899f26e2726afccb0b083650b4e4d2eb /mlir/lib/EDSC
parent6f24bf82f971d679cf209e4c1538ca69ded62ba5 (diff)
downloadbcm5719-llvm-1273af232cd103faad15890687d506eae0d9f014.tar.gz
bcm5719-llvm-1273af232cd103faad15890687d506eae0d9f014.zip
Add build files and update README.
* Add initial version of build files; * Update README with instructions to download and build MLIR from github; -- PiperOrigin-RevId: 241102092
Diffstat (limited to 'mlir/lib/EDSC')
-rw-r--r--mlir/lib/EDSC/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/mlir/lib/EDSC/CMakeLists.txt b/mlir/lib/EDSC/CMakeLists.txt
new file mode 100644
index 00000000000..fc871b6382f
--- /dev/null
+++ b/mlir/lib/EDSC/CMakeLists.txt
@@ -0,0 +1,11 @@
+add_llvm_library(MLIREDSC
+ Builders.cpp
+ Helpers.cpp
+ Intrinsics.cpp
+ MLIREmitter.cpp
+ Types.cpp
+
+ ADDITIONAL_HEADER_DIRS
+ ${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC
+ )
+add_dependencies(MLIREDSC MLIRReferenceImplementationTestGen)
OpenPOWER on IntegriCloud