[llvm-commits] [llvm] r127958 - /llvm/trunk/tools/llvm-config/CMakeLists.txt
Óscar Fuentes
ofv at wanadoo.es
Sun Mar 20 09:52:38 PDT 2011
Frits van Bommel <fvbommel at gmail.com> writes:
> On Sat, Mar 19, 2011 at 11:52 PM, Oscar Fuentes <ofv at wanadoo.es> wrote:
>> Log:
>> Make llvm-config.in configuration more MSYS-friendly.
>>
>> Some of those POSIX <-> Windows command line conversions ended on
>> failure.
>
> This description leads me to believe the first chunk was not intended:
>
>> -set(LIBDEPS ${CMAKE_CURRENT_BINARY_DIR}/LibDeps.txt)
>> -set(LIBDEPS_TMP ${CMAKE_CURRENT_BINARY_DIR}/LibDeps.txt.tmp)
>> -set(FINAL_LIBDEPS ${CMAKE_CURRENT_BINARY_DIR}/FinalLibDeps.txt)
>> +set(LIBDEPS LibDeps.txt)
>> +set(LIBDEPS_TMP LibDeps.txt.tmp)
>> +set(FINAL_LIBDEPS FinalLibDeps.txt)
The change was intended. Using full paths for those files caused
incorrect Windows -> POSIX path conversions by MSYS.
> That change seems to have caused this error:
>
> [ 69%] Updating LibDeps.txt if necessary...
> Error copying file (if different) from "LibDeps.txt.tmp" to
> "LibDeps.txt".
OS? Compiler? CMake generator? Can you repeat the build with `make
VERBOSE=1' and post the last 100 lines?
[snip]
More information about the llvm-commits
mailing list