[cfe-commits] r100493 - /cfe/trunk/tools/driver/cc1_main.cpp
Chris Lattner
clattner at apple.com
Tue Apr 6 10:15:15 PDT 2010
On Apr 6, 2010, at 9:52 AM, Douglas Gregor wrote:
>
> On Apr 5, 2010, at 4:33 PM, Chris Lattner wrote:
>
>> Author: lattner
>> Date: Mon Apr 5 18:33:20 2010
>> New Revision: 100493
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=100493&view=rev
>> Log:
>> inline in MC assembly parsers. clang -integrated-as now
>> works with inline asm!
>
> Awesome! Do we get a test case?
The thought occurred to me! I need to do something like this:
RUN: clang asm.c -c -o t.o -integrated-as
RUN: otool -tv t.o | FileCheck %s
How do I ensure this is only run on a machine that has otool?
-Chris
More information about the cfe-commits
mailing list