Skip to content
  • Oscar Fuentes's avatar
    Fixed the build of Clang's unit tests on MinGW. Also removed some · 978e5284
    Oscar Fuentes authored
    unnecesary conditionals and introduced a new convenience function.
    
    The problem was that the list of libraries for Clang's unit tests was
    <clang libraries> <system libraries> <llvm libraries>. As the llvm
    libraries references symbols defined on the system libraries, those
    were reported as undefined.
    
    llvm-svn: 128484
    978e5284
Loading