search for: boldizsar

Displaying 7 results from an estimated 7 matches for "boldizsar".

2018 Dec 13
2
Setting a function in a module to extern
But in my module this function already exist… I first want to delete it but without also deleting the calls to it… From: Boldizsar.Palotas at esa.int <Boldizsar.Palotas at esa.int> Sent: Donnerstag, 13. Dezember 2018 10:53 To: Gaier, Bjoern <Bjoern.Gaier at horiba.com> Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] Setting a function in a module to extern I think you ju...
2018 Mar 13
2
How to optimize store of constant arrays
...clude the best answer: - Store the data as-is in the IR, and use the `MemCpyInst` instead of the store when `get_default_data()` returns something big? - Add a custom -- or any available built-in -- pass to the output to transform the store instns to memcpy when appropriate? Thanks for any help, Boldizsar This message and any attachments are intended for the use of the addressee or addressees only. The unauthorised disclosure, use, dissemination or copying (either in whole or in part) of its content is not permitted. If you received this message in error, please notify the sender and delete it from...
2018 Sep 19
4
CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
...an use --config Debug or --config Release and get the correct results - i hope that works the build takes hours strange is that -DCMAKE_BUILD_TYPE=Debug results in a different build-directory size compared to -DCMAKE_BUILD_TYPE=Release - so its not fully ignored? Am 19.09.2018 um 10:30 schrieb Boldizsar.Palotas at esa.int: > If I understand correctly, you need to set Release mode within the VS IDE > because with that generator the CMAKE_BUILD_TYPE variable is ignored > because it is a "multi-configuration target". > > see > https://stackoverflow.com/questions/24460486/c...
2018 Dec 13
2
Setting a function in a module to extern
Hello again, as mentioned in a different mail, I'm a beginner with the LLVM and writing a JIT-Client under Windows. In my llvm::Module I have a certain function - now I want to delete this function, but keep all the calls and references to it. I kind of want to set the function to an external function. Is this possible? Kind greetings Björn Als GmbH eingetragen im Handelsregister Bad
2018 Sep 19
2
CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
...; > results - i hope that works the build takes hours > > > > strange is that -DCMAKE_BUILD_TYPE=Debug results in a different > > build-directory size compared to -DCMAKE_BUILD_TYPE=Release - so its not > > fully ignored? > > > > Am 19.09.2018 um 10:30 schrieb Boldizsar.Palotas at esa.int: > > > If I understand correctly, you need to set Release mode within the VS IDE > > > because with that generator the CMAKE_BUILD_TYPE variable is ignored > > > because it is a "multi-configuration target". > > > > > > see &...
2018 Sep 20
6
CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
...es hours >>> > >>> > strange is that -DCMAKE_BUILD_TYPE=Debug results in a different >>> > build-directory size compared to -DCMAKE_BUILD_TYPE=Release - so its not >>> > fully ignored? >>> > >>> > Am 19.09.2018 um 10:30 schrieb Boldizsar.Palotas at esa.int: >>> > > If I understand correctly, you need to set Release mode within the VS IDE >>> > > because with that generator the CMAKE_BUILD_TYPE variable is ignored >>> > > because it is a "multi-configuration target". >>&gt...
2018 Sep 19
2
CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
my build environment: Win7 x64 VStudio 2017 Community Edition 15.8.4 (latest) CMake 3.12.1 (x86) git 2.19.0 (latest, x64) Python 2.7.2 (x86) directory structure test   llvm <-- git clone https://github.com/llvm-mirror/llvm     tools       clang <-- git clone https://github.com/llvm-mirror/clang   llvm_build Debug build: clean build, llvm_build is deleted before llvm_build> cmake