[LLVMbugs] [Bug 12973] New: Win7x64 Mingw64 "make install" drops off files in x86 program folder

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 28 10:14:02 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12973

             Bug #: 12973
           Summary: Win7x64 Mingw64 "make install" drops off files in x86
                    program folder
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: mikael at lyngvig.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


On Windows x64, you want the 64-bit version of LLVM/Clang to be installed to
the "%SYSTEMDRIVE%\Program Files" directory rather than the x86
"%SYSTEMDRIVE%\Program Files (x86)" folder.

Commands used to build:

   (retrieve trunk version of LLVM, Clang, etc.)
   (change to other directory; this is where LLVM will be built)
   (ask CMake to create Makefiles)
   make install

The install location should be as follows:

   Win32:
         Mingw32:
                 %SYSTEMDRIVE%\Program Files\LLVM
         Mingw64:
                 N/A
   Win64:
         Mingw32:
                 %SYSTEMDRIVE%\Program Files (x86)\LLVM
         Mingw64:
                  %SYSTEMDRIVE%\Program Files\LLVM

Oscar Fuentes, from the LLVMdev mailing lists, mentions that it MIGHT be a
CMake script error as he says CMake is 100 percent aware that I am doing a
64-bit build.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list