Displaying 2 results from an estimated 2 matches for "pr43035".
Did you mean:
pr40345
2019 Dec 02
2
llvm-9-dev apt package missing yaml-bench
Hello everyone
I was just porting a project to build against the LLVM 9 apt packages
and noticed that the issue I filed and explained during the release
phase in https://llvm.org/PR43035 still persists:
CMake Error at /usr/lib/llvm-9/lib/cmake/llvm/LLVMExports.cmake:1323
(message):
The imported target "yaml-bench" references the file
"/usr/lib/llvm-9/bin/yaml-bench"
but this file does not exist.
Here's a minimal repro:
https://travis-ci.org/wel...
2019 Dec 03
2
llvm-9-dev apt package missing yaml-bench
...ote:
> Hello,
>
> Le 02/12/2019 à 15:14, Stefan Gränitz a écrit :
>> Hello everyone
>>
>> I was just porting a project to build against the LLVM 9 apt packages
>> and noticed that the issue I filed and explained during the release
>> phase in https://llvm.org/PR43035 still persists:
>>
>> CMake Error at /usr/lib/llvm-9/lib/cmake/llvm/LLVMExports.cmake:1323
>> (message):
>>
>> The imported target "yaml-bench" references the file
>>
>> "/usr/lib/llvm-9/bin/yaml-bench"
>>
>> but...