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
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
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
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
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
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
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:
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:
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
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:
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:
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:
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
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:
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:
15 matches
Mail list logo