<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Chris Lattner wrote:
<blockquote cite="mid91C3F60F-AA24-4398-A62F-2B339A167B5E@apple.com"
 type="cite">
  <pre wrap="">On Apr 11, 2007, at 12:54 PM, Reid Spencer wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">+ ; RUN: llvm-as < %s | llvm-dis > %t1.ll
+ ; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp -
+ ; RUN: gcc -g -D__STDC_LIMIT_MACROS -o %t2.exe %t2.cpp -I%I -L%L - 
lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem -lstdc++
+ ; RUN: %t2.exe > %t2.ll
+ ; RUN: diff %t1.ll %t2.ll
+
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I don't think that hard coding 'gcc' in here is a good idea.  Can you  
pass down $(CC) from autoconf?

-Chris</pre>
</blockquote>
<br>
Definitely isn't.  I use gcc40 on my system.<br>
</body>
</html>