[PATCH] Windows ToolChain: remove excessive backslash if we find	WindowsSDK
    Yaron Keren 
    yaron.keren at gmail.com
       
    Tue Apr 22 08:41:12 PDT 2014
    
    
  
  I 'm not sure the problem is here. The sys::path::append function knows how to deal with duplicate slashes so if you do get duplicate backslash, plain string concatenation was probably used instead of sys::path::append. In such case the correct bug fix would be to use sys::path::append instead of the string concatenation.
http://reviews.llvm.org/D3440
    
    
More information about the cfe-commits
mailing list