[PATCH] D58372: [compiler-rt][CMake] Set project for the custom libc++

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 08:53:27 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL354350: [compiler-rt][CMake] Set project for the custom libc++ (authored by phosek, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D58372?vs=187309&id=187384#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58372/new/

https://reviews.llvm.org/D58372

Files:
  compiler-rt/trunk/cmake/Modules/CustomLibcxx/CMakeLists.txt


Index: compiler-rt/trunk/cmake/Modules/CustomLibcxx/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/cmake/Modules/CustomLibcxx/CMakeLists.txt
+++ compiler-rt/trunk/cmake/Modules/CustomLibcxx/CMakeLists.txt
@@ -1,4 +1,5 @@
 cmake_minimum_required(VERSION 3.4.3)
+project(custom-libcxx C CXX)
 
 # Build static libcxxabi.
 set(LIBCXXABI_STANDALONE_BUILD 1)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58372.187384.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190219/fd0eb677/attachment.bin>


More information about the llvm-commits mailing list