search for: qeaaxxz

Displaying 8 results from an estimated 8 matches for "qeaaxxz".

2018 May 16
0
Windows build strangeness
...Backend.obj : error LNK2019: unresolved external symbol "public: virtual bool __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...
2018 May 16
2
Windows build strangeness
...NK2019: unresolved external symbol "public: > virtual bool __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: [l...
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 May 16
0
Windows build strangeness
...nal symbol "public: >> virtual bool __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...
2018 May 16
2
Windows build strangeness
...al symbol "public: >> virtual bool __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...
2018 May 17
0
Windows build strangeness
...>> virtual bool __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...
2018 May 17
1
Windows build strangeness
...nal symbol "public: >> virtual bool __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<mailto:v.churavy at gmail.com>] >> Sent: Wednesday, May 16, 2018 1:54 PM >> To:...
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