search for: llvm_all_projects

Displaying 6 results from an estimated 6 matches for "llvm_all_projects".

2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...xit 1; +} +else { + exit 0; +} local:/Users/dhinton/projects/llvm_project/llvm $ git diff master diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cd9d053c63..7d0fe05b511 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ endif() # LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS # This allows an easy way of setting up a build directory for llvm and another # one for llvm+clang+... using the same sources. -set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;lldb;compiler-rt;lld;polly") +set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;lldb;compiler-rt;lld;polly,debu...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...on/projects/llvm_project/llvm $ git diff master >> diff --git a/CMakeLists.txt b/CMakeLists.txt >> index 8cd9d053c63..7d0fe05b511 100644 >> --- a/CMakeLists.txt >> +++ b/CMakeLists.txt >> @@ -110,7 +110,7 @@ endif() >> # LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS >> # This allows an easy way of setting up a build directory for llvm and another >> # one for llvm+clang+... using the same sources. >> -set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;lldb;compiler-rt;lld;polly") >> +set(LLVM_ALL_PROJECTS "clang;libcxx;libcx...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...> local:/Users/dhinton/projects/llvm_project/llvm $ git diff master > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 8cd9d053c63..7d0fe05b511 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -110,7 +110,7 @@ endif() > # LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS > # This allows an easy way of setting up a build directory for llvm and another > # one for llvm+clang+... using the same sources. > -set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;lldb;compiler-rt;lld;polly") > +set(LLVM_ALL_PROJECTS "clang;libcxx;libcxxabi;lldb;compil...
2020 Mar 16
2
Upstreaming Flang - postponed to Monday 23rd March
Hi llvm-dev We have not been able to complete all the work we need to do before merging F18 into LLVM as Flang so we will not be dong that today as previously announced. We propose to slip this back a week to let us finish off the last bits of work. All code changes are in review as of Friday. If you want more detail, you can see the exact status here:
2020 Apr 09
5
F18 upstreaming Finished!
Hi all F18 merging has finished so commit access should be back to normal. Thanks Rich > -----Original Message----- > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Richard > Barton via llvm-dev > Sent: 9 April, 2020 16:08 > To: llvm-dev at lists.llvm.org > Subject: [llvm-dev] F18 upstreaming Now! > > Hi all > > We are about to merge F18
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig into it once I get a chance -- traveling so, my access is a bit sketchy right now. I'll see if I can grab the logs and let you know if I find anything interesting. On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote: > That change was added specifically to workaround a failure