Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

SSL Makefile

  Sprache: Shell
 

#-------------------------------------------------------------------------
java.lang.NullPointerException
Makefile--
#    Makefile the LLVM JIT provider, building it into a shared library.
java.lang.NullPointerException
Note that this file is recursed into from src/Makefile, not by the
parent directory..
java.lang.NullPointerException
IDENTIFICATION
#    src/backend/jit/llvm/Makefile
java.lang.NullPointerException
#-------------------------------------------------------------------------

subdir = src/backend/jit/llvm
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

ifneq ($(with_llvm), yes)
    $(error "not building with LLVM support")
endif

PGFILEDESC = "llvmjit - JIT using LLVM"
NAME = llvmjit

All files in this directory use LLVM.
CFLAGS += $(LLVM_CFLAGS)
CXXFLAGS += $(LLVM_CXXFLAGS)
override CPPFLAGS += $(LLVM_CPPFLAGS)
SHLIB_LINK += $(LLVM_LIBS)

Because this module includes C++ files, we need to use a C++
compiler for linking. Makefile.shlib uses $(COMPILER) to build
loadable modules.
override COMPILER = $(CXX) $(CXXFLAGS)

OBJS = \
 $(WIN32RES)

Infrastructure
OBJS += \
 llvmjit.o \
 llvmjit_error.o \
 llvmjit_inline.o \
 llvmjit_wrap.o \
 SectionMemoryManager.o

Code generation
OBJS += \
 llvmjit_deform.o \
 llvmjit_expr.o

all: all-shared-lib llvmjit_types.bc

install: all installdirs install-lib install-types

installdirs: installdirs-lib

uninstall: uninstall-lib uninstall-types

Note this is intentionally not in bitcodedir, as it's not for inlining */
install-types: llvmjit_types.bc
 $(INSTALL_DATA) llvmjit_types.bc '$(DESTDIR)$(pkglibdir)'

uninstall-types:
 rm -f '$(DESTDIR)$(pkglibdir)/llvmjit_types.bc'

include $(top_srcdir)/src/Makefile.shlib

clean distclean: clean-lib
 rm -f $(OBJS)
 rm -f llvmjit_types.bc

Messung V0.5 in Prozent
C=94 H=93 G=93

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002