forked from OSchip/llvm-project
[TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.
Reviewers: granata.enrico Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D17227 llvm-svn: 260770
This commit is contained in:
parent
7476bc89e9
commit
9fb970e422
|
@ -1,4 +1,5 @@
|
|||
LEVEL = ../../../../../make
|
||||
CXX_SOURCES := main.cpp
|
||||
CXXFLAGS += -std=c++11
|
||||
USE_LIBCPP := 1
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue