Skip to content
Snippets Groups Projects
Commit 01509b8d authored by kotsifa2's avatar kotsifa2
Browse files

Changed Makefile for DFG2LLVM pass to create a shared library.

parent d13e1f3f
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@
LEVEL = ../../../
LIBRARYNAME = LLVMDFG2LLVM
#LOADABLE_MODULE = 1
#SHARED_LIBRARY = 1
BUILD_ARCHIVE = 1
LOADABLE_MODULE = 1
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