OSDN Git Service

Print an error message when someone tries -integrated-as on an unsupported target.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 4 Aug 2010 13:16:30 +0000 (13:16 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 4 Aug 2010 13:16:30 +0000 (13:16 +0000)
commitc575283675f7bd9f7cc40f06024ba6251c2d55a8
tree0b80660e78fad990298ea1d4abd19c4915abf894
parent7c46cf0bfe88e2f6ce1bcad537844e3225670899
Print an error message when someone tries -integrated-as on an unsupported target.

- The COFF backend doesn't support MingW/Cygwin at the moment, it'll report an
  error, but it's still much better than random assertions from the MachO backend.
- We want to make ELF the default eventually, it's what the majority of targets use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110197 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetMachine.cpp