Skip to content
  1. Aug 24, 2008
    • Anders Carlsson's avatar
      Add carbon.cpp and cocoa.mm tests · d059d5bb
      Anders Carlsson authored
      llvm-svn: 55262
      d059d5bb
    • Anders Carlsson's avatar
      Make sure to create CXX record decls for the implicit Obj-C type declarations.... · fbcd8513
      Anders Carlsson authored
      Make sure to create CXX record decls for the implicit Obj-C type declarations. This lets us compile Cocoa.h as Objective-C++
      
      llvm-svn: 55261
      fbcd8513
    • Daniel Dunbar's avatar
      Update ccc driver · eacf1d2c
      Daniel Dunbar authored
       - Use CCC_ECHO to control echoing behavior (default is on, set to ''
         or unset to disable)
       - Get 'clang','llc','as','cc','ld' executables from environment. 'cc'
         and 'ld' are fetched through CCC_CC and CCC_LD respectively -- to
         support make CC=ccc -- the others are through their upcased
         versions.
       - Add CCC_NATIVE mode.
         o This uses llc and as to generate native object files; allowing
           more drop-in replacement of gcc.
         o Disabled by default, but should eventually be default.
         o Allow --emit-llvm in CCC_NATIVE mode to override. Essentially
           this makes ccc more like a drop in replacement for llvm-gcc.
       - Prevent explicit -x <language> options from annoying clang.
      
      llvm-svn: 55260
      eacf1d2c
    • Chris Lattner's avatar
      use proper namespace qualifications · 8e8eae68
      Chris Lattner authored
      llvm-svn: 55259
      8e8eae68
  2. Aug 23, 2008
Loading