summaryrefslogtreecommitdiff
path: root/test/MC/MachO/lit.local.cfg
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-10-01 22:20:54 +0000
committerJim Grosbach <grosbach@apple.com>2012-10-01 22:20:54 +0000
commitb4316028b3978e65cc2b97042292637857dfad49 (patch)
treee1b9fd01dbb0ceed9a660df11ca5c17af8e84432 /test/MC/MachO/lit.local.cfg
parent0585b38088682b867cdf26c3e7aaaf2eb6c38179 (diff)
downloadllvm-b4316028b3978e65cc2b97042292637857dfad49.tar.gz
llvm-b4316028b3978e65cc2b97042292637857dfad49.tar.bz2
llvm-b4316028b3978e65cc2b97042292637857dfad49.tar.xz
MachO: direct-to-object attribute for data-in-code markers.
The target backend can support data-in-code load commands even when the assembler doesn't, or vice-versa. Allow targets to opt-in for direct-to-object. PR13973. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164974 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/MachO/lit.local.cfg')
-rw-r--r--test/MC/MachO/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/MachO/lit.local.cfg b/test/MC/MachO/lit.local.cfg
index 6c49f08b74..41a8434f99 100644
--- a/test/MC/MachO/lit.local.cfg
+++ b/test/MC/MachO/lit.local.cfg
@@ -1,4 +1,4 @@
-config.suffixes = ['.s']
+config.suffixes = ['.s', '.ll']
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets: