mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
13 lines
411 B
Makefile
13 lines
411 B
Makefile
##===- lib/ExecutionEngine/MCJIT/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 = LLVMMCJIT
|
|
|
|
include $(LEVEL)/Makefile.common
|