[llvm-branch-commits] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)

2024-08-08 Thread Peter Waller via llvm-branch-commits
https://github.com/peterwaller-arm edited https://github.com/llvm/llvm-project/pull/102475 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)

2024-08-08 Thread Peter Waller via llvm-branch-commits
https://github.com/peterwaller-arm edited https://github.com/llvm/llvm-project/pull/102475 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)

2024-08-08 Thread Peter Waller via llvm-branch-commits
peterwaller-arm wrote: Bad case: ``` /home/ubuntu/llvm-project/compiler-rt/lib/builtins/CMakeLists.txt(29): load_llvm_config() /home/ubuntu/llvm-project/compiler-rt/cmake/Modules/CompilerRTUtils.cmake(289): if(LLVM_CONFIG_PATH AND NOT LLVM_CMAKE_DIR ) /home/ubuntu/llvm-project/compiler-rt/cm

[llvm-branch-commits] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)

2024-08-08 Thread Peter Waller via llvm-branch-commits
peterwaller-arm wrote: For reasons I don't understand, cmake is not producing debug output for the find_package call for LLVM if I use `cmake --debug-find`. It does produce output for other packages. Resorting to strace -efile: Good: ``` /home/ubuntu/llvm-project/compiler-rt/cmake/Modules/C

[llvm-branch-commits] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)

2024-08-08 Thread Peter Waller via llvm-branch-commits
peterwaller-arm wrote: > Do you know what LLVM_CONFIG_PATH is set to in this case? In both good and bad cases they're set to `$BUILD_DIR/bin/llvm-config`, according to what is in `$BUILD_DIR/runtimes/builtins-bins/CMakeCache.txt`, at least. https://github.com/llvm/llvm-project/pull/102475

[llvm-branch-commits] [llvm] release/19.x: Revert "[LLVM] Silence compiler-rt warning in runtimes build (#99525)" (PR #102475)

2024-08-08 Thread Peter Waller via llvm-branch-commits
peterwaller-arm wrote: I previously wrote: > Not sure why cmake is ignoring the hint. I'm thinking; it wants a `LLVMConfig.cmake`, which is an aspect of the build, not the sources. So it seems `LLVM_CMAKE_DIR` should be set to the build directory in this case, if the compiler-rt cmake code is

[llvm-branch-commits] [llvm] 0fa1dda - [NFC][SVE] s/fast/contract/ in test sve-fp-combine.ll

2021-12-08 Thread Peter Waller via llvm-branch-commits
Author: Peter Waller Date: 2021-12-08T16:06:05Z New Revision: 0fa1dda5eb642f678d9aa5f70c5e525583f653e0 URL: https://github.com/llvm/llvm-project/commit/0fa1dda5eb642f678d9aa5f70c5e525583f653e0 DIFF: https://github.com/llvm/llvm-project/commit/0fa1dda5eb642f678d9aa5f70c5e525583f653e0.diff LOG:

[llvm-branch-commits] [llvm] fef8113 - [SVE] Optimize new cases for lowerConvertToSVBool

2022-05-09 Thread Peter Waller via llvm-branch-commits
Author: Alban Bridonneau Date: 2022-05-09T10:17:57Z New Revision: fef81131d92ef71f43640667b6fc88b241aebe50 URL: https://github.com/llvm/llvm-project/commit/fef81131d92ef71f43640667b6fc88b241aebe50 DIFF: https://github.com/llvm/llvm-project/commit/fef81131d92ef71f43640667b6fc88b241aebe50.diff L

[llvm-branch-commits] [llvm] 65e311a - [LoopVectorize][NFC] Reinstate TTICapture workaround for gcc-6

2022-07-04 Thread Peter Waller via llvm-branch-commits
Author: Peter Waller Date: 2022-07-04T14:13:16Z New Revision: 65e311ac0da02203c188caea9f171f4496ca9178 URL: https://github.com/llvm/llvm-project/commit/65e311ac0da02203c188caea9f171f4496ca9178 DIFF: https://github.com/llvm/llvm-project/commit/65e311ac0da02203c188caea9f171f4496ca9178.diff LOG:

[llvm-branch-commits] [llvm] 9a1794f - [gn build] (manually) port 6b3956e123db

2022-07-04 Thread Peter Waller via llvm-branch-commits
Author: Peter Waller Date: 2022-07-04T14:13:16Z New Revision: 9a1794f0b9ba25de3a23daac6e4e600a755634cd URL: https://github.com/llvm/llvm-project/commit/9a1794f0b9ba25de3a23daac6e4e600a755634cd DIFF: https://github.com/llvm/llvm-project/commit/9a1794f0b9ba25de3a23daac6e4e600a755634cd.diff LOG:

[llvm-branch-commits] [clang] bc2dad1 - [clang][aarch64][WOA64][docs] Release note for longjmp crash with /guard:cf

2021-02-04 Thread Peter Waller via llvm-branch-commits
Author: Peter Waller Date: 2021-02-04T14:35:14Z New Revision: bc2dad1671598a87423c61c355d03db49ce76907 URL: https://github.com/llvm/llvm-project/commit/bc2dad1671598a87423c61c355d03db49ce76907 DIFF: https://github.com/llvm/llvm-project/commit/bc2dad1671598a87423c61c355d03db49ce76907.diff LOG:

[llvm-branch-commits] [clang] 2fd3147 - [AArch64][Driver][SVE] Push missing SVE feature error from driver to frontend

2020-12-10 Thread Peter Waller via llvm-branch-commits
Author: Peter Waller Date: 2020-12-10T12:34:26Z New Revision: 2fd31472992f39eaa57e86b6c10969978ada2c3e URL: https://github.com/llvm/llvm-project/commit/2fd31472992f39eaa57e86b6c10969978ada2c3e DIFF: https://github.com/llvm/llvm-project/commit/2fd31472992f39eaa57e86b6c10969978ada2c3e.diff LOG:

[llvm-branch-commits] [clang] 2315e98 - [AArch64][Driver][SVE] Push missing SVE feature error from driver to frontend

2020-12-10 Thread Peter Waller via llvm-branch-commits
Author: Peter Waller Date: 2020-12-10T12:43:14Z New Revision: 2315e9874c92bf625ec84a5f45a4fa28bfbc16ce URL: https://github.com/llvm/llvm-project/commit/2315e9874c92bf625ec84a5f45a4fa28bfbc16ce DIFF: https://github.com/llvm/llvm-project/commit/2315e9874c92bf625ec84a5f45a4fa28bfbc16ce.diff LOG:

[llvm-branch-commits] [llvm] dfd3384 - [InstCombine] Update valueCoversEntireFragment to use TypeSize

2021-01-06 Thread Peter Waller via llvm-branch-commits
Author: Francesco Petrogalli Date: 2021-01-06T17:14:59Z New Revision: dfd3384feeca334c59b5a32254e425491acd716a URL: https://github.com/llvm/llvm-project/commit/dfd3384feeca334c59b5a32254e425491acd716a DIFF: https://github.com/llvm/llvm-project/commit/dfd3384feeca334c59b5a32254e425491acd716a.dif

[llvm-branch-commits] [llvm] 3e357ec - [llvm][NFC] Disallow all warnings in TypeSize tests

2021-01-06 Thread Peter Waller via llvm-branch-commits
Author: Peter Waller Date: 2021-01-06T17:17:07Z New Revision: 3e357ecd44a610ab39c33c85a15cf6437891655b URL: https://github.com/llvm/llvm-project/commit/3e357ecd44a610ab39c33c85a15cf6437891655b DIFF: https://github.com/llvm/llvm-project/commit/3e357ecd44a610ab39c33c85a15cf6437891655b.diff LOG: