summaryrefslogtreecommitdiff
path: root/runtime/libtrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libtrace/Makefile')
-rw-r--r--runtime/libtrace/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile
deleted file mode 100644
index 9a07070374..0000000000
--- 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))