Skip to content
Commit 612cb6ef authored by Jason Molenda's avatar Jason Molenda
Browse files

Add --enable-cxx11 to llvm builds. As of r195239, SmallPtrSet.h /

SmallPtrSet.cpp use different methods if SmallPtrSet.h is included
in C++11 mode.  Building llvm in C++03 mode and lldb in C++11 mode
resulted in a link-time failure with the C++11-mode-specific method
not being found in the llvm build.

llvm-svn: 195544
parent 34f30516
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment