mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Add an exports file for the Hello example plugin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eec418d26f
commit
fc33a3099e
0
lib/Transforms/Hello/Hello.exports
Normal file
0
lib/Transforms/Hello/Hello.exports
Normal file
@ -12,5 +12,13 @@ LIBRARYNAME = LLVMHello
|
||||
LOADABLE_MODULE = 1
|
||||
USEDLIBS =
|
||||
|
||||
# If we don't need RTTI or EH, there's no reason to export anything
|
||||
# from the hello plugin.
|
||||
ifneq ($(REQUIRES_RTTI), 1)
|
||||
ifneq ($(REQUIRES_EH), 1)
|
||||
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user