diff options
Diffstat (limited to 'llvm/lib/Target/WebAssembly')
-rw-r--r-- | llvm/lib/Target/WebAssembly/Disassembler/Makefile | 16 | ||||
-rw-r--r-- | llvm/lib/Target/WebAssembly/InstPrinter/Makefile | 16 | ||||
-rw-r--r-- | llvm/lib/Target/WebAssembly/MCTargetDesc/Makefile | 16 | ||||
-rw-r--r-- | llvm/lib/Target/WebAssembly/Makefile | 26 | ||||
-rw-r--r-- | llvm/lib/Target/WebAssembly/TargetInfo/Makefile | 15 |
5 files changed, 0 insertions, 89 deletions
diff --git a/llvm/lib/Target/WebAssembly/Disassembler/Makefile b/llvm/lib/Target/WebAssembly/Disassembler/Makefile deleted file mode 100644 index bcd36ba6f01..00000000000 --- a/llvm/lib/Target/WebAssembly/Disassembler/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===-- lib/Target/WebAssembly/Disassembler/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 = LLVMWebAssemblyDisassembler - -# Hack: we need to include 'main' target directory to grab private headers -CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. - -include $(LEVEL)/Makefile.common diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/Makefile b/llvm/lib/Target/WebAssembly/InstPrinter/Makefile deleted file mode 100644 index 87534379f79..00000000000 --- a/llvm/lib/Target/WebAssembly/InstPrinter/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- lib/Target/WebAssembly/AsmPrinter/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 = LLVMWebAssemblyAsmPrinter - -# Hack: we need to include 'main' wasm target directory to grab private headers -CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. - -include $(LEVEL)/Makefile.common diff --git a/llvm/lib/Target/WebAssembly/MCTargetDesc/Makefile b/llvm/lib/Target/WebAssembly/MCTargetDesc/Makefile deleted file mode 100644 index 11dcb4ff607..00000000000 --- a/llvm/lib/Target/WebAssembly/MCTargetDesc/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -##===- lib/Target/WebAssembly/TargetDesc/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 = LLVMWebAssemblyDesc - -# Hack: we need to include 'main' target directory to grab private headers -CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. - -include $(LEVEL)/Makefile.common diff --git a/llvm/lib/Target/WebAssembly/Makefile b/llvm/lib/Target/WebAssembly/Makefile deleted file mode 100644 index c501a2b1ab1..00000000000 --- a/llvm/lib/Target/WebAssembly/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -##===- lib/Target/WebAssembly/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 = LLVMWebAssemblyCodeGen -TARGET = WebAssembly - -# Make sure that tblgen is run, first thing. -BUILT_SOURCES = \ - WebAssemblyGenAsmWriter.inc \ - WebAssemblyGenDAGISel.inc \ - WebAssemblyGenFastISel.inc \ - WebAssemblyGenInstrInfo.inc \ - WebAssemblyGenMCCodeEmitter.inc \ - WebAssemblyGenRegisterInfo.inc \ - WebAssemblyGenSubtargetInfo.inc - -DIRS = InstPrinter TargetInfo MCTargetDesc Disassembler - -include $(LEVEL)/Makefile.common diff --git a/llvm/lib/Target/WebAssembly/TargetInfo/Makefile b/llvm/lib/Target/WebAssembly/TargetInfo/Makefile deleted file mode 100644 index b021eb6d945..00000000000 --- a/llvm/lib/Target/WebAssembly/TargetInfo/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- lib/Target/WebAssembly/TargetInfo/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 = LLVMWebAssemblyInfo - -# Hack: we need to include 'main' target directory to grab private headers -CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. - -include $(LEVEL)/Makefile.common |