Skip to content
  • Reid Spencer's avatar
    Fix a file overwrite bug in llvm-ar introduced by changes to · 98ce23ff
    Reid Spencer authored
    createTemporaryFile semantics where it doesn't create a fully unique name
    if the basename doesn't exist. This functionality is now optionally
    provided by the boolean reuse_current parameter to createTemporaryFile and
    makeUnique. The default values differ because of the way these functions
    are used in LLVM.
    
    llvm-svn: 18961
    98ce23ff
Loading