diff options
| author | Rui Ueyama <ruiu@google.com> | 2013-09-27 21:04:00 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2013-09-27 21:04:00 +0000 |
| commit | a6610ee882fcb8bcad60d53fc52b80f00a3fddae (patch) | |
| tree | 83c3eaa619ccecb6a3b9a53f4d0bf662f3c1f3aa /test/tools/llvm-objdump/lit.local.cfg | |
| parent | 52fbca55ad4c11516b87544a2048667b63d0694c (diff) | |
| download | external_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.cfg | 4 |
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 - |
