Displaying 6 results from an estimated 6 matches for "palota".
Did you mean:
palotas
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 just need...
2018 Sep 19
4
CMake build of LLVM/clang with -DCMAKE_BUILD_TYPE=Release does not create release versions?
...onfig 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/cmake-bu...
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?
...ults - 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?
...gt;>> >
>>> > 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".
>>> >...
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