summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/APInt.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-03 03:07:56 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-03 03:07:56 +0000
commitc434394d183a00235f8773de831b447d35e1963c (patch)
tree5bd3860702e62673d67fe65d73c4d4e05413b24f /llvm/lib/Support/APInt.cpp
parent64efd0d21329dc62ba6c1f1b3967e11b20079785 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud