[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:
Siva Chandra 2016-02-13 00:09:42 +00:00
parent 7476bc89e9
commit 9fb970e422
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
LEVEL = ../../../../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
USE_LIBCPP := 1
include $(LEVEL)/Makefile.rules