diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-25 22:55:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-25 22:55:53 +0000 |
commit | 726140821f96e3472a8eccef0c67c0b5ad65a1d9 (patch) | |
tree | 39e64fba6031b0208095b08d1302fcb4b0972c3f /lib/Target/X86/Makefile | |
parent | a750de9bfb75f547c670a3c96d836a6dcefc2529 (diff) | |
download | external_llvm-726140821f96e3472a8eccef0c67c0b5ad65a1d9.zip external_llvm-726140821f96e3472a8eccef0c67c0b5ad65a1d9.tar.gz external_llvm-726140821f96e3472a8eccef0c67c0b5ad65a1d9.tar.bz2 |
Initial checkin of X86 backend.
We can instruction select exactly one instruction 'ret void'. Wow.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4284 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/Makefile')
-rw-r--r-- | lib/Target/X86/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile new file mode 100644 index 0000000..ba71b6b --- /dev/null +++ b/lib/Target/X86/Makefile @@ -0,0 +1,4 @@ +LEVEL = ../../.. +LIBRARYNAME = x86 +include $(LEVEL)/Makefile.common + |