Skip to content
Snippets Groups Projects
Commit c20c35f7 authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Added backend for SPIR

parent 833e38a8
No related branches found
No related tags found
No related merge requests found
add_llvm_loadable_module( LLVMDFG2LLVM_SPIR
DFG2LLVM_SPIR.cpp
)
This diff is collapsed.
##===- lib/Transforms/BuildDFG/Makefile -----------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../../
LIBRARYNAME = LLVMDFG2LLVM_SPIR
LOADABLE_MODULE = 1
CXXFLAGS+= -Wno-c++11-extensions
#SHARED_LIBRARY = 1
#BUILD_ARCHIVE = 1
#USEDLIBS =
include $(LEVEL)/Makefile.common
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