diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-02-03 03:07:56 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-02-03 03:07:56 +0000 |
commit | c434394d183a00235f8773de831b447d35e1963c (patch) | |
tree | 5bd3860702e62673d67fe65d73c4d4e05413b24f /llvm/lib/Support/APInt.cpp | |
parent | 64efd0d21329dc62ba6c1f1b3967e11b20079785 (diff) | |
download | bcm5719-llvm-c434394d183a00235f8773de831b447d35e1963c.tar.gz bcm5719-llvm-c434394d183a00235f8773de831b447d35e1963c.zip |
Driver: Add -[no-]integrated-as for clang.
- Requires backend support, which only exists for i386--darwin currently.
No 'as' required:
--
ddunbar@ozzy:tmp$ cat t.c
int main() { return 42; }
ddunbar@ozzy:tmp$ clang -m32 -integrated-as t.c
ddunbar@ozzy:tmp$ ./a.out; echo $?
42
ddunbar@ozzy:tmp$
--
The random extra whitespace is how you know its working! :)
llvm-svn: 95194
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions