<div dir="ltr"><div>I think David is not referring to the capitalization of file names, but to "DUPLICATE", "WASTING", "NOT AMUSED", "BOGUS" etc. It should be possible to report problems in a professional manner. Please remember that the project is made available by volunteers for free. We also have a dedicated bug tracker: <a href="http://bugs.llvm.org">bugs.llvm.org</a>.</div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Do., 20. Aug. 2020 um 13:49 Uhr schrieb Stefan Kanthak via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>>:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
BUGS #1 & #2:<br>
~~~~~~~~~~~~~<br></blockquote><div><br></div><div>On UNIX systems, these are symlinks. There are multiple potential equivalents to symlinks on Windows systems, the one matching UNIX systems the closest 

 is relatively new and requires either Administrator rights or developer mode turned on.Typically tools ported from a UNIX environment to Windows just copy the file instead symlinking to avoid dealing with issues such as when the installing on a non-NTFS file system (FAT, network drive, etc), so does LLVM (<a href="https://github.com/llvm/llvm-project/blob/master/llvm/cmake/modules/LLVMInstallSymlink.cmake">https://github.com/llvm/llvm-project/blob/master/llvm/cmake/modules/LLVMInstallSymlink.cmake</a>).</div><div><br></div><div>Since mass storage is cheap, there isn't a lot of motivation to save to invest time to save some space. However, you are free to invest that time yourself and submit patches.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
BUG #5:<br>
~~~~~~~<br>
<br>
Poor souls who want to install the 64-bit package after/aside the<br>
32-bit package (or vice versa) are greeted with the following BOGUS<br>
message from the installers:<br>
 ______________________________________________________<br>
| Installation von LLVM<br>
|¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯<br>
|  ^<br>
| /!\ LLVM is already installed.<br>
| ¯¯¯<br>
|     Do you want to install the old version before<br>
|     installing the new one?<br>
|<br>
|     [ Ja ] [ Nein ] [ Abbrechen ]<br>
|<br>
 ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯<br>
Also note the denglish kauderwelsch: the title bar and the buttons<br>
are localized, but the message text isn't.<br><br></blockquote><div><br></div><div>The button labels and message box title are provided by the Operating System / Nullsoft Install System. LLVM itself does not do any localization itself. I'd be more concerned that if offers to "install the old version" (rather than uninstall it).</div><div><br></div><div>My guess this warning is a functionality provided by the Nullsoft Install System that assumes that software only needs to be installed once on the system. I wouldn't call it bogus, you may indeed not want to keep an older version installed at the same time.</div><div><br></div><div>Michael</div><div> </div></div></div>