[all-commits] [llvm/llvm-project] b622a2: [libc][Obvious] Use full path with cmake's if(EXIS...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Jun 10 15:18:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b622a255a36825b774a40ee02dc0ec44dea2987f
https://github.com/llvm/llvm-project/commit/b622a255a36825b774a40ee02dc0ec44dea2987f
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M libc/src/string/CMakeLists.txt
M libc/test/config/linux/CMakeLists.txt
Log Message:
-----------
[libc][Obvious] Use full path with cmake's if(EXISTS ...).
That if(EXISTS ...) works only with full paths was missed in couple of
places a in recent cleanup.
More information about the All-commits
mailing list