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

Modify Cmakefiles, etc. for GenVISC pass

parent 900db8b9
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,11 @@ if(WIN32 OR CYGWIN)
set(LLVM_LINK_COMPONENTS Core Support)
endif()
add_llvm_loadable_module( LLVMGenVISC
GenVISC.cpp
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DLLVM_BUILD_DIR=${PROJECT_BINARY_DIR}")
add_llvm_library( LLVMGenHPVM
MODULE
GenHPVM.cpp
DEPENDS
intrinsics_gen
......
;===- ./lib/Transforms/GenVISC/LLVMBuild.txt -------------------*- Conf -*--===;
;===- ./lib/Transforms/GenHPVM/LLVMBuild.txt -------------------*- Conf -*--===;
;
; The LLVM Compiler Infrastructure
;
......@@ -17,5 +17,5 @@
[component_0]
type = Library
name = GenVISC
name = GenHPVM
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