aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/llvm-objdump/lit.local.cfg
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-09-27 21:04:00 +0000
committerRui Ueyama <ruiu@google.com>2013-09-27 21:04:00 +0000
commita6610ee882fcb8bcad60d53fc52b80f00a3fddae (patch)
tree83c3eaa619ccecb6a3b9a53f4d0bf662f3c1f3aa /test/tools/llvm-objdump/lit.local.cfg
parent52fbca55ad4c11516b87544a2048667b63d0694c (diff)
downloadexternal_llvm-a6610ee882fcb8bcad60d53fc52b80f00a3fddae.tar.gz
external_llvm-a6610ee882fcb8bcad60d53fc52b80f00a3fddae.tar.bz2
external_llvm-a6610ee882fcb8bcad60d53fc52b80f00a3fddae.zip
Re-submit r191472 with a fix for big endian.
llvm-objdump: Dump COFF import table if -private-headers option is given. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools/llvm-objdump/lit.local.cfg')
-rw-r--r--test/tools/llvm-objdump/lit.local.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/tools/llvm-objdump/lit.local.cfg b/test/tools/llvm-objdump/lit.local.cfg
deleted file mode 100644
index ba763cf03f..0000000000
--- a/test/tools/llvm-objdump/lit.local.cfg
+++ /dev/null
@@ -1,4 +0,0 @@
-targets = set(config.root.targets_to_build.split())
-if not 'X86' in targets:
- config.unsupported = True
-