diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:50:09 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:50:09 +0000 |
commit | f3fbd1c0586ff6ec7895991e6c28f61a503c36a8 (patch) | |
tree | 48d008fd3df8c0e73271a4b18474e0aac6dbfe33 /source/Plugins/UnwindAssembly/x86/Makefile | |
parent | 2fc5d2d1dfaf623ce4e24cd8590565902f8c557c (diff) |
Vendor import of lldb release_39 branch r276489:vendor/lldb/lldb-release_39-r276489
Notes
Notes:
svn path=/vendor/lldb/dist/; revision=303241
svn path=/vendor/lldb/lldb-release_39-r276489/; revision=303242; tag=vendor/lldb/lldb-release_39-r276489
Diffstat (limited to 'source/Plugins/UnwindAssembly/x86/Makefile')
-rw-r--r-- | source/Plugins/UnwindAssembly/x86/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Plugins/UnwindAssembly/x86/Makefile b/source/Plugins/UnwindAssembly/x86/Makefile deleted file mode 100644 index 24419c044f04..000000000000 --- a/source/Plugins/UnwindAssembly/x86/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##==-- source/Plugins/UnwindAssembly/x86/Makefile ----------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LLDB_LEVEL := ../../../.. -LIBRARYNAME := lldbPluginUnwindAssemblyX86 -BUILD_ARCHIVE = 1 - -include $(LLDB_LEVEL)/Makefile |