OSDN Git Service

llvm-config: Include -stdlib= in --cxxflags
authorTom Stellard <tstellar@redhat.com>
Thu, 28 Feb 2019 17:31:59 +0000 (17:31 +0000)
committerTom Stellard <tstellar@redhat.com>
Thu, 28 Feb 2019 17:31:59 +0000 (17:31 +0000)
commitf28061c3a729129a8ac3c5d8e5e91a830b7520ea
tree8163b91cfffae85a2fd526e5a6c36875e4d068df
parent86ddb2a386ad4c778285416a41a2690b2e612a8b
llvm-config: Include -stdlib= in --cxxflags

Summary:
This was removed in r349068, but it is needed when llvm is compiled
using the non-default c++ standard library on a platform.

Reviewers: sylvestre.ledru, infinity0, mgorny, cuviper

Reviewed By: sylvestre.ledru

Subscribers: jdoerfert, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D57859

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355107 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-config/CMakeLists.txt