mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
This makes example Makefile a lot more like actual
lib/Transforms/Hello/Makefile, and prevents a lot of errors like "Assertion `Inserted && "Pass registered multiple times!"' failed" Patch by Gregory Petrosyan! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -189,11 +189,6 @@ LIBRARYNAME = Hello
|
|||||||
# dlopen/dlsym on the resulting library.
|
# dlopen/dlsym on the resulting library.
|
||||||
LOADABLE_MODULE = 1
|
LOADABLE_MODULE = 1
|
||||||
|
|
||||||
# Tell the build system which LLVM libraries your pass needs. You'll probably
|
|
||||||
# need at least LLVMSystem.a, LLVMSupport.a, LLVMCore.a but possibly several
|
|
||||||
# others too.
|
|
||||||
LLVMLIBS = LLVMCore.a LLVMSupport.a LLVMSystem.a
|
|
||||||
|
|
||||||
# Include the makefile implementation stuff
|
# Include the makefile implementation stuff
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
</pre></div>
|
</pre></div>
|
||||||
|
Reference in New Issue
Block a user