[all-commits] [llvm/llvm-project] 207c4d: [MLGO] Strip TF_PIP cmake variable
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Jul 22 16:28:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 207c4d4d37d4a2e812a8bbd772aae822fee75640
https://github.com/llvm/llvm-project/commit/207c4d4d37d4a2e812a8bbd772aae822fee75640
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
[MLGO] Strip TF_PIP cmake variable
This should fix build breaks for 'development' mode. The other modes
were unaffected - 'release' because it doesn't use TFUtils.cpp, and the
mixed mode because the AOT compiled code brings in the necessary include
dirs anyway.
More information about the All-commits
mailing list