[PATCH] D39811: [CMake][runtimes] Fix the variable name

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 15:44:46 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317742: [CMake][runtimes] Fix the variable name (authored by phosek).

Changed prior to commit:
  https://reviews.llvm.org/D39811?vs=122121&id=122171#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39811

Files:
  llvm/trunk/runtimes/CMakeLists.txt


Index: llvm/trunk/runtimes/CMakeLists.txt
===================================================================
--- llvm/trunk/runtimes/CMakeLists.txt
+++ llvm/trunk/runtimes/CMakeLists.txt
@@ -116,7 +116,7 @@
 
   set(SAFE_LLVM_BINARY_DIR ${LLVM_BINARY_DIR})
   set(SAFE_LLVM_LIBRARY_OUTPUT_INTDIR ${LLVM_LIBRARY_OUTPUT_INTDIR})
-  set(SAFE_LLVM_RUNTIMES_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR})
+  set(SAFE_LLVM_RUNTIME_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR})
 
   # We do this in two loops so that HAVE_* is set for each runtime before the
   # other runtimes are added.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39811.122171.patch
Type: text/x-patch
Size: 581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171108/697b7387/attachment.bin>


More information about the llvm-commits mailing list