aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-18 00:40:33 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-18 00:40:33 +0000
commit90e17e787fa175a4f1d6d0bcde00af027f2ade72 (patch)
tree5fb06fb0690eee26762269cdd3de6d2badc11c65 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parent2e9e3c3316706e45e7ef4c3470596b6edda3a5b0 (diff)
downloadllvm-90e17e787fa175a4f1d6d0bcde00af027f2ade72.zip
llvm-90e17e787fa175a4f1d6d0bcde00af027f2ade72.tar.gz
llvm-90e17e787fa175a4f1d6d0bcde00af027f2ade72.tar.bz2
The attached patches attempt to fix cross builds. For example, if you
try to use i686-darwin to build for arm-eabi, you'll quickly run into several false assumptions that the target OS must be the same as the host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to help builds like "make check" and the test-suite able to cross compile. Along the way a target of *-unknown-eabi is defined as "Freestanding" so that TARGET_OS checks have something to work with. Patch by Sandeep Patel! llvm-svn: 79296
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions