summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/Object.cpp
diff options
context:
space:
mode:
authorJake Ehrlich <jakehehrlich@google.com>2017-11-02 23:14:55 +0000
committerJake Ehrlich <jakehehrlich@google.com>2017-11-02 23:14:55 +0000
commit6fe84be9a38f1bbe0fc0cd01b7fb1685521a3859 (patch)
treef373b6424a817e0af572ae90de092ba77d5a1ac4 /llvm/tools/llvm-objcopy/Object.cpp
parent275a4f76c4b9f15cc0f73c38b8f9ee12e0e477d5 (diff)
downloadbcm5719-llvm-6fe84be9a38f1bbe0fc0cd01b7fb1685521a3859.tar.gz
bcm5719-llvm-6fe84be9a38f1bbe0fc0cd01b7fb1685521a3859.zip
Add feature to determine if host architecture is 64-bit in llvm-lit
I have a test that I'd like to add to llvm that demands using more than 32-bits worth of address space. This test can't be run on 32-bit systems because they don't have enough address space. The host triple should be used to determine this instead of config.host_arch because on Debian systems config.host_arch is not correct. This change adds the "host-arch-is-64bit" feature to allow tests to restrict themselves to the 64-bit case. Differential Revision: https://reviews.llvm.org/D39465 llvm-svn: 317281
Diffstat (limited to 'llvm/tools/llvm-objcopy/Object.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud