Skip to content
  • Chris Lattner's avatar
    * Eliminate FAKE_SOURCES · b3eb31f7
    Chris Lattner authored
    * Make runtimes and projects build with the new front-end by not relying on
      'llvm-gcc -c' to build a .bc file.  Instead, use llvm-gcc -S -emit-llvm,
      then an explicit invocation of gccas.  Also, don't use llvm-gcc to link
      .bc files together, use gccld directly.
    
    llvm-svn: 25707
    b3eb31f7
Loading