diff options
Diffstat (limited to 'runtime/libtrace/Makefile')
-rw-r--r-- | runtime/libtrace/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile deleted file mode 100644 index 9a07070..0000000 --- a/runtime/libtrace/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -##===- runtime/libtrace/Makefile ---------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -BYTECODE_LIBRARY = 1 -LIBRARYNAME = trace -BYTECODE_DESTINATION = $(CFERuntimeLibDir) - -include $(LEVEL)/Makefile.common - -CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) -CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) |