mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
6b7788b0c5
Patch committed on behalf of Kirill Uhanov llvm-svn: 164831
19 lines
571 B
Makefile
19 lines
571 B
Makefile
##===- lib/ExecutionEngine/JITProfile/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 = LLVMIntelJITEvents
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
SOURCES := IntelJITEventListener.cpp \
|
|
jitprofiling.c
|
|
CPPFLAGS += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
include $(LLVM_SRC_ROOT)/Makefile.rules
|