[all-commits] [llvm/llvm-project] 4baae1: [pseudo] Fix pseudo-gen usage when cross-compiling
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Wed May 25 11:08:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4baae166ce33ac763bfc1813cf56b8d26e07fb1f
https://github.com/llvm/llvm-project/commit/4baae166ce33ac763bfc1813cf56b8d26e07fb1f
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M clang-tools-extra/pseudo/include/CMakeLists.txt
Log Message:
-----------
[pseudo] Fix pseudo-gen usage when cross-compiling
Use the LLVM build system's cross-compilation support for the tool, so
that the build works for both host and cross-compilation scenarios.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D126397
More information about the All-commits
mailing list