You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE (#1437)
Required after this change done in LLVM upstream:
commit 0c0f6cfb7b9fab0ee69ef67ed95c194698c9d794
Author: Petr Hosek <[email protected]>
[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE
This clarifies that this is an LLVM specific variable and avoids
potential conflicts with other projects.
Differential Revision: https://reviews.llvm.org/D119918
Can be observed as:
lit.py: /usr/lib/llvm-15/build/utils/lit/lit/llvm/config.py:304: fatal:
Could not turn '' into Itanium ABI triple
0 commit comments