[all-commits] [llvm/llvm-project] 0c0f6c: [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Mar 11 15:43:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c0f6cfb7b9fab0ee69ef67ed95c194698c9d794
https://github.com/llvm/llvm-project/commit/0c0f6cfb7b9fab0ee69ef67ed95c194698c9d794
Author: Petr Hosek <phosek at google.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M bolt/test/Unit/lit.site.cfg.py.in
M bolt/test/lit.site.cfg.py.in
M clang-tools-extra/clangd/test/lit.site.cfg.py.in
M clang-tools-extra/test/Unit/lit.site.cfg.py.in
M clang-tools-extra/test/lit.site.cfg.py.in
M clang/test/Unit/lit.site.cfg.py.in
M clang/test/lit.site.cfg.py.in
M clang/utils/perf-training/lit.site.cfg.in
M clang/utils/perf-training/order-files.lit.site.cfg.in
M compiler-rt/cmake/Modules/AddCompilerRT.cmake
M compiler-rt/cmake/Modules/CompilerRTMockLLVMCMakeConfig.cmake
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/unittests/lit.common.unit.configured.in
M cross-project-tests/lit.site.cfg.py.in
M flang/test/NonGtestUnit/lit.site.cfg.py.in
M flang/test/Unit/lit.site.cfg.py.in
M lld/test/Unit/lit.site.cfg.py.in
M lld/test/lit.site.cfg.py.in
M lldb/test/API/lit.site.cfg.py.in
M lldb/test/CMakeLists.txt
M lldb/test/Shell/lit.site.cfg.py.in
M lldb/test/Unit/lit.site.cfg.py.in
M lldb/test/lit.site.cfg.py.in
M llvm/CMakeLists.txt
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/CrossCompile.cmake
M llvm/cmake/modules/LLVMConfig.cmake.in
M llvm/runtimes/CMakeLists.txt
M llvm/test/lit.site.cfg.py.in
M llvm/utils/gn/secondary/clang-tools-extra/clangd/test/BUILD.gn
M llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn
M llvm/utils/gn/secondary/clang/test/BUILD.gn
M llvm/utils/gn/secondary/lld/test/BUILD.gn
M llvm/utils/gn/secondary/lldb/test/BUILD.gn
M llvm/utils/gn/secondary/llvm/test/BUILD.gn
M mlir/examples/standalone/test/lit.site.cfg.py.in
M mlir/test/lit.site.cfg.py.in
M polly/test/Unit/lit.site.cfg.in
M polly/test/lit.site.cfg.in
Log Message:
-----------
[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
More information about the All-commits
mailing list