Skip to content
Snippets Groups Projects
Commit 85b25027 authored by Akash Kothari's avatar Akash Kothari
Browse files

LLVM-9-port InlineTensorCalls pass

parent a38210cc
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ if(WIN32 OR CYGWIN) ...@@ -2,7 +2,8 @@ if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support) set(LLVM_LINK_COMPONENTS Core Support)
endif() endif()
add_llvm_loadable_module( InlineTensorCalls add_llvm_library( InlineTensorCalls
MODULE
InlineTensorCalls.cpp InlineTensorCalls.cpp
DEPENDS DEPENDS
......
;===- ./lib/Transforms/DFG2LLVM_NVPTX/LLVMBuild.txt ------------*- Conf -*--===; ;===- ./lib/Transforms/DFG2LLVM_WrapperAPI/LLVMBuild.txt -------*- Conf -*--===;
; ;
; The LLVM Compiler Infrastructure ; The LLVM Compiler Infrastructure
; ;
...@@ -19,4 +19,3 @@ ...@@ -19,4 +19,3 @@
type = Library type = Library
name = InlineTensorCalls name = InlineTensorCalls
parent = Transforms parent = Transforms
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment