[PATCH] D41214: [cmake] Fix typo in test/asan/CMakeLists.txt

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 21:12:19 PST 2018


smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.

The two should be equivalent unless `CMAKE_SYSTEM_VERSION` expands out to a value that's a variable name (which is unlikely, since it should be expanding out to a number), but this is cleaner and more consistent.


Repository:
  rL LLVM

https://reviews.llvm.org/D41214





More information about the llvm-commits mailing list