Displaying 20 results from an estimated 31 matches for "churavy".
2018 May 17
1
Windows build strangeness
...the way I have my scripts set up, but I'm sure that would work as well.
Thanks everybody!
--paulr
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of James Henderson via llvm-dev
Sent: Thursday, May 17, 2018 5:54 AM
To: Martin J. O'Riordan
Cc: LLVM Developers; Valentin Churavy
Subject: Re: [llvm-dev] Windows build strangeness
From my own experience this is what I think happens when building the whole solution through Visual Studio's UI. This also happens for building individual projects. I assume something similar happens when building via the command-line, but I ra...
2018 May 16
2
Windows build strangeness
...d" for incremental development.
MartinO
-----Original Message-----
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Michael Kruse via llvm-dev
Sent: 16 May 2018 21:26
To: Reid Kleckner <rnk at google.com>
Cc: llvm-dev <llvm-dev at lists.llvm.org>; Valentin Churavy <v.churavy at gmail.com>
Subject: Re: [llvm-dev] Windows build strangeness
msbuild is is able to re-run cmake if a CMakeLists.txt changes. CMake adds a special project "ZERO_CHECK" that does this. However, I am not sure it runs when invoking on the individual projects instead of th...
2018 May 17
0
Windows build strangeness
...MartinO
>
> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of
> Michael Kruse via llvm-dev
> Sent: 16 May 2018 21:26
> To: Reid Kleckner <rnk at google.com>
> Cc: llvm-dev <llvm-dev at lists.llvm.org>; Valentin Churavy <
> v.churavy at gmail.com>
> Subject: Re: [llvm-dev] Windows build strangeness
>
> msbuild is is able to re-run cmake if a CMakeLists.txt changes. CMake adds
> a special project "ZERO_CHECK" that does this. However, I am not sure it
> runs when invoking on the ind...
2020 Feb 20
3
amount of camelCase refactoring causing some downstream overhead
...HTH,
--paulr
From: Mehdi AMINI <joker.eph at gmail.com>
Sent: Thursday, February 20, 2020 1:16 PM
To: Robinson, Paul <paul.robinson at sony.com>
Cc: Philip Reames <listmail at philipreames.com>; Eric Christopher <echristo at gmail.com>; llvm-dev at lists.llvm.org; Valentin Churavy <v.churavy at gmail.com>
Subject: Re: [llvm-dev] amount of camelCase refactoring causing some downstream overhead
On Wed, Feb 19, 2020 at 12:10 PM Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
Hi Philip,
I think you might be...
2018 Mar 20
2
MIR YAML deserialisation failure
...behaviour as it is reducing the test case.
Hope that helps,
Nemanja
P.S. It is not that I am specifically interested in that assert - just that
that's how the original test case was failing so that's what I wanted to
preserve as an illustration.
On Tue, Mar 20, 2018 at 11:14 AM, Valentin Churavy <v.churavy at gmail.com>
wrote:
> Thank you both!
>
> I was running into the issue that bugpoint was reducing my test-case into
> other failures and I hadn't managed yet to find the right point in the
> Julia pass pipeline to insert the module to reproduce the issue reliab...
2018 May 16
2
Windows build strangeness
...(?isReady at FetchStage@mca@@UEBA_NXZ) referenced in
> function "public: void __cdecl mca::Backend::run
>
> (void)" (?run at Backend@mca@@QEAAXXZ)
> [C:\Dev\upstream\gitmono\wbuild\tools\llvm-mca\llvm-mca.vcxproj]
>
>
>
>
>
>
>
> *From:* Valentin Churavy [mailto:v.churavy at gmail.com]
> *Sent:* Wednesday, May 16, 2018 1:54 PM
> *To:* Robinson, Paul
> *Cc:* llvm-dev at lists.llvm.org
> *Subject:* Re: [llvm-dev] Windows build strangeness
>
>
>
> What kind of missing symbols are you getting?
>
> I had to work around depe...
2018 May 16
0
Windows build strangeness
...ced in
>> function "public: void __cdecl mca::Backend::run
>>
>> (void)" (?run at Backend@mca@@QEAAXXZ)
>> [C:\Dev\upstream\gitmono\wbuild\tools\llvm-mca\llvm-mca.vcxproj]
>>
>>
>>
>>
>>
>>
>>
>> From: Valentin Churavy [mailto:v.churavy at gmail.com]
>> Sent: Wednesday, May 16, 2018 1:54 PM
>> To: Robinson, Paul
>> Cc: llvm-dev at lists.llvm.org
>> Subject: Re: [llvm-dev] Windows build strangeness
>>
>>
>>
>> What kind of missing symbols are you getting?
>>
&g...
2018 Mar 22
0
MIR YAML deserialisation failure
...>
> Hope that helps,
> Nemanja
>
> P.S. It is not that I am specifically interested in that assert - just that
> that's how the original test case was failing so that's what I wanted to
> preserve as an illustration.
>
> On Tue, Mar 20, 2018 at 11:14 AM, Valentin Churavy <v.churavy at gmail.com>
> wrote:
>>
>> Thank you both!
>>
>> I was running into the issue that bugpoint was reducing my test-case into
>> other failures and I hadn't managed yet to find the right point in the Julia
>> pass pipeline to insert the mod...
2018 May 16
0
Windows build strangeness
...__cdecl mca::FetchStage::isReady
(void)const " (?isReady at FetchStage@mca@@UEBA_NXZ) referenced in function "public: void __cdecl mca::Backend::run
(void)" (?run at Backend@mca@@QEAAXXZ) [C:\Dev\upstream\gitmono\wbuild\tools\llvm-mca\llvm-mca.vcxproj]
From: Valentin Churavy [mailto:v.churavy at gmail.com]
Sent: Wednesday, May 16, 2018 1:54 PM
To: Robinson, Paul
Cc: llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] Windows build strangeness
What kind of missing symbols are you getting?
I had to work around dependencies for a Mingw32 build. See https://reviews.llvm.or...
2018 Mar 20
2
MIR YAML deserialisation failure
...l`.
>
> Also there is a MIR language reference: https://llvm.org/docs/
> MIRLangRef.html which has some of the limitations documented, as well as
> tips for further simplifying the generated mir if need be.
>
> Regards,
> Sean
>
> On Mon, Mar 19, 2018 at 7:53 PM, Valentin Churavy via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hello,
>>
>> I am trying to isolate an assertion failure in if-converter (on PPC) and
>> I generated a textual debuglog with:
>>
>> ```
>> LLVM_ARGS=-print-before-all -print-module-scope
&...
2020 Feb 19
5
amount of camelCase refactoring causing some downstream overhead
...d those of us who live downstream of it.
--paulr
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Philip Reames via llvm-dev
Sent: Wednesday, February 19, 2020 2:07 PM
To: Eric Christopher <echristo at gmail.com>
Cc: llvm-dev <llvm-dev at lists.llvm.org>; Valentin Churavy <v.churavy at gmail.com>
Subject: Re: [llvm-dev] amount of camelCase refactoring causing some downstream overhead
Eric,
I disagree. Strongly. I see the very fact we're engaging in the discussion of "just being polite" here as normalizing a proposed change in policy which h...
2018 Mar 20
0
MIR YAML deserialisation failure
...nguage reference:
>> https://llvm.org/docs/MIRLangRef.html which has some of the limitations
>> documented, as well as tips for further simplifying the generated mir if
>> need be.
>>
>> Regards,
>> Sean
>>
>> On Mon, Mar 19, 2018 at 7:53 PM, Valentin Churavy via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>>
>>> Hello,
>>>
>>> I am trying to isolate an assertion failure in if-converter (on PPC) and
>>> I generated a textual debuglog with:
>>>
>>> ```
>>> LLVM_ARGS=-pr...
2018 May 16
1
Windows build strangeness
What kind of missing symbols are you getting?
I had to work around dependencies for a Mingw32 build. See
https://reviews.llvm.org/D44650
On Wed, May 16, 2018, 13:13 via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> I have the git monorepo, and Visual Studio 2015. I am finding that
> running a build from the command line with msbuild (as a nightly job)
> invariably fails on the
2018 Dec 04
2
Debug info for CUDA code
...s waiting on my review:
-: https://reviews.llvm.org/D54320
-: https://reviews.llvm.org/D46189
-: https://reviews.llvm.org/D51554
-: https://reviews.llvm.org/D46061
-: https://reviews.llvm.org/D45784
After which I think we're good.
-eric
On Mon, Dec 3, 2018 at 6:29 PM Valentin Churavy via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> AFAIK there is work under way from IBM (couple of PRs open), but yes Clang
> 7.0 doesn't produce the necessary information.
>
> -V
>
> On Fri, Nov 30, 2018, 14:58 treinz via llvm-dev <llvm-dev at lists.llvm.org
>...
2018 Dec 14
2
Debug info for CUDA code
...iting on my review:
-: https://reviews.llvm.org/D54320
-: https://reviews.llvm.org/D46189
-: https://reviews.llvm.org/D51554
-: https://reviews.llvm.org/D46061
-: https://reviews.llvm.org/D45784
After which I think we're good.
-eric
On Mon, Dec 3, 2018 at 6:29 PM Valentin Churavy via llvm-dev <llvm-dev at lists.llvm.org> wrote:
AFAIK there is work under way from IBM (couple of PRs open), but yes Clang 7.0 doesn't produce the necessary information.
-V
On Fri, Nov 30, 2018, 14:58 treinz via llvm-dev <llvm-dev at lists.llvm.org wrote:
Hi all,
I found this ht...
2018 Mar 20
0
MIR YAML deserialisation failure
...converter -simplify-mir -o test.mir test.ll`.
Also there is a MIR language reference:
https://llvm.org/docs/MIRLangRef.html which has some of the limitations
documented, as well as tips for further simplifying the generated mir if
need be.
Regards,
Sean
On Mon, Mar 19, 2018 at 7:53 PM, Valentin Churavy via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hello,
>
> I am trying to isolate an assertion failure in if-converter (on PPC) and I
> generated a textual debuglog with:
>
> ```
> LLVM_ARGS=-print-before-all -print-module-scope -filter-print-funcs=japi1__
> requi...
2019 Aug 14
2
"Export ordinal too large" when linking LLVM.dll with MinGW64
Just ran into the same problem, but with `-DLLVM_BUILD_TOOLS=ON` since the
tools link against shlib and use the C++ interface I can't use Cosmin's
solution. I managed to get through with using `RelWithDebInfo` instead of
`Debug`
On Sat, Jun 22, 2019 at 5:20 AM Cosmin Apreutesei via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Update: looks like the the problem was that the
2018 Dec 14
8
Debug info for CUDA code
...iting on my review:
-: https://reviews.llvm.org/D54320
-: https://reviews.llvm.org/D46189
-: https://reviews.llvm.org/D51554
-: https://reviews.llvm.org/D46061
-: https://reviews.llvm.org/D45784
After which I think we're good.
-eric
On Mon, Dec 3, 2018 at 6:29 PM Valentin Churavy via llvm-dev <llvm-dev at lists.llvm.org> wrote:
AFAIK there is work under way from IBM (couple of PRs open), but yes Clang 7.0 doesn't produce the necessary information.
-V
On Fri, Nov 30, 2018, 14:58 treinz via llvm-dev <llvm-dev at lists.llvm.org wrote:
Hi all,
I found this ht...
2018 Mar 19
2
MIR YAML deserialisation failure
Hello,
I am trying to isolate an assertion failure in if-converter (on PPC) and I
generated a textual debuglog with:
```
LLVM_ARGS=-print-before-all -print-module-scope
-filter-print-funcs=japi1__require_7687
```
and after splicing out the the MIR before the if-converter pass
I would like to run `llc -march=ppc64le -run-pass=if-converter input.mir`
so that I can start minimising the MIR.
This
2018 May 16
2
Windows build strangeness
I have the git monorepo, and Visual Studio 2015. I am finding that
running a build from the command line with msbuild (as a nightly job)
invariably fails on the first try, and succeeds on a retry.
The first msbuild command looks like this:
msbuild ALL_BUILD.vcxproj /p:Configuration="RelWithDebInfo" /m:6 /t:Rebuild
This appears to compile everything okay, but invariably fails with