[PATCH] D61054: lib/Header: Fix Visual Studio builds
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 25 18:17:01 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC359257: lib/Header: Fix Visual Studio builds (authored by tstellar, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61054?vs=196373&id=196771#toc
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61054/new/
https://reviews.llvm.org/D61054
Files:
lib/Headers/CMakeLists.txt
Index: lib/Headers/CMakeLists.txt
===================================================================
--- lib/Headers/CMakeLists.txt
+++ lib/Headers/CMakeLists.txt
@@ -126,7 +126,7 @@
ppc_wrappers/mmintrin.h
)
-set(output_dir ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}/include)
+set(output_dir ${CMAKE_CURRENT_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}/include)
set(out_files)
function(copy_header_to_output_dir src_dir file)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61054.196771.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190426/89ab8f7d/attachment-0001.bin>
More information about the cfe-commits
mailing list