- 27 Jun, 2022 1 commit
-
-
Joel E. Denny authored
-
- 22 Jun, 2022 1 commit
-
-
Joel E. Denny authored
While it affects all branches, it is intended to fix the following flang build failure on llvm.org/main: ``` /auto/ciscratch/builds/o5chMQGp/0/llvm-doe/llvm-project/flang/runtime/sum.cpp:51:17: error: __float128 and long double cannot be used in the same expression 51 | auto next{x + correction_}; | ~~^~~~~~~~~~~~~ /auto/ciscratch/builds/o5chMQGp/0/llvm-doe/llvm-project/flang/runtime/sum.cpp:51:10: error: unable to deduce ‘auto’ from ‘<expression error>’ 51 | auto next{x + correction_}; | ```
-
- 23 May, 2022 1 commit
-
-
Joel E. Denny authored
-
- 16 May, 2022 2 commits
-
-
Joel E. Denny authored
-
Joel E. Denny authored
-
- 09 May, 2022 1 commit
-
-
Joel E. Denny authored
-
- 26 Apr, 2022 1 commit
-
-
Joel E. Denny authored
Upstream's 2fb131668fff just fixed the bug.
-
- 25 Apr, 2022 5 commits
-
-
Joel E. Denny authored
It's too noisy.
-
Joel E. Denny authored
`-DCLANG_DEFAULT_LINKER=lld` didn't help. Try prepending the build's bin directory to PATH.
-
Joel E. Denny authored
-
Joel E. Denny authored
libomptarget's amdgpu tests have been failing with errors like the following for about a week: ``` /auto/ciscratch/builds/xjSVwmna/0/llvm-doe/llvm-project/build/./bin/clang-linker-wrapper: error: Unable to find 'lld' in path ``` The following builds use `-DCLANG_DEFAULT_LINKER=lld` and don't have that failure, so try that: <https://lab.llvm.org/buildbot/#/builders/193/builds/10825/steps/4/logs/stdio>
-
Joel E. Denny authored
-
- 21 Apr, 2022 1 commit
-
-
Joel E. Denny authored
-
- 18 Apr, 2022 1 commit
-
-
Joel E. Denny authored
-
- 16 Apr, 2022 1 commit
-
-
Joel E. Denny authored
Due to recent merges from upstream.
-
- 11 Apr, 2022 2 commits
-
-
Joel E. Denny authored
-
Joel E. Denny authored
-
- 08 Apr, 2022 1 commit
-
-
Joel E. Denny authored
-
- 04 Apr, 2022 2 commits
-
-
Joel E. Denny authored
-
Joel E. Denny authored
llvm.org/main f054d291f22a reverted the fix in d6623d72461b, so check-all once again does not include check-openmp. To work around that, run check-openmp alongside check-all.
-
- 01 Apr, 2022 1 commit
-
-
Joel E. Denny authored
llvm.org/main d6623d72461b just fixed the recent bug that check-all omits check-openmp. This CI config's 0c1733ea worked around that bug by running check-openmp separately. Revert the latter commit so we don't run check-openmp twice now. Moreover, check-all now runs all test suites in one lit invocation instead of two, so update comments about the use of --ignore-fail.
-
- 28 Mar, 2022 1 commit
-
-
Joel E. Denny authored
-
- 23 Mar, 2022 1 commit
-
-
Joel E. Denny authored
-
- 21 Mar, 2022 1 commit
-
-
Joel E. Denny authored
It's not clear what has caused the affected tests to pass so often now, but they do seem to pass more often than fail now.
-
- 28 Feb, 2022 1 commit
-
-
Joel E. Denny authored
-
- 25 Feb, 2022 2 commits
-
-
Joel E. Denny authored
-
Joel E. Denny authored
GCC 11.1.0 has been built with "go" support.
-
- 24 Feb, 2022 1 commit
-
-
Joel E. Denny authored
GCC 11.1.0 now has "go" support.
-
- 14 Feb, 2022 1 commit
-
-
Joel E. Denny authored
-
- 24 Jan, 2022 1 commit
-
-
Joel E. Denny authored
-
- 10 Jan, 2022 1 commit
-
-
Joel E. Denny authored
-
- 20 Dec, 2021 1 commit
-
-
Joel E. Denny authored
-
- 13 Dec, 2021 1 commit
-
-
Joel E. Denny authored
-
- 08 Dec, 2021 2 commits
-
-
Joel E. Denny authored
-
Joel E. Denny authored
`CLANG_ACC_TEST_EXE_` cmake variables are no longer needed. AMD GPUs are supported, so test on explorer.
-
- 06 Dec, 2021 1 commit
-
-
Joel E. Denny authored
-
- 08 Nov, 2021 1 commit
-
-
Joel E. Denny authored
-
- 01 Nov, 2021 1 commit
-
-
Joel E. Denny authored
-
- 26 Oct, 2021 1 commit
-
-
Joel E. Denny authored
-
- 25 Oct, 2021 1 commit
-
-
Joel E. Denny authored
... so it doesn't affect explorer and kold00, which were already working.
-