diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-07-03 02:01:39 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-07-03 02:01:39 +0000 |
| commit | 97de474a36c4df5f9de603c1d6ae2f3e0b268cf4 (patch) | |
| tree | c3d8590271a568a3c79c32bada8dd98fa2491993 /llvm/unittests/Object/Makefile | |
| parent | b6e8ce82509e9ba93238a6eb90fed2007db1bc76 (diff) | |
| download | bcm5719-llvm-97de474a36c4df5f9de603c1d6ae2f3e0b268cf4.tar.gz bcm5719-llvm-97de474a36c4df5f9de603c1d6ae2f3e0b268cf4.zip | |
Invert the MC -> Object dependency.
Now that we have a lib/MC/MCAnalysis, the dependency was there just because
of two helper classes. Move the two over to MC.
This will allow IRObjectFile to parse inline assembly.
llvm-svn: 212248
Diffstat (limited to 'llvm/unittests/Object/Makefile')
| -rw-r--r-- | llvm/unittests/Object/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/unittests/Object/Makefile b/llvm/unittests/Object/Makefile deleted file mode 100644 index 9062149a24d..00000000000 --- a/llvm/unittests/Object/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- unittests/Object/Makefile ---------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../.. -TESTNAME = Object -LINK_COMPONENTS := object - -include $(LEVEL)/Makefile.config -include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |

