summaryrefslogtreecommitdiff
path: root/projects/sample/Makefile.llvm.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'projects/sample/Makefile.llvm.config.in')
-rw-r--r--projects/sample/Makefile.llvm.config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/sample/Makefile.llvm.config.in b/projects/sample/Makefile.llvm.config.in
index deef6b2e7c..697660c0ca 100644
--- a/projects/sample/Makefile.llvm.config.in
+++ b/projects/sample/Makefile.llvm.config.in
@@ -182,6 +182,10 @@ RDYNAMIC := @RDYNAMIC@
# These are options that can either be enabled here, or can be enabled on the
# make command line (ie, make ENABLE_PROFILING=1):
+# When ENABLE_LIBCPP is enabled, LLVM uses libc++ by default to build.
+#ENABLE_LIBCPP = 0
+ENABLE_LIBCPP = @ENABLE_LIBCPP@
+
# When ENABLE_OPTIMIZED is enabled, LLVM code is optimized and output is put
# into the "Release" directories. Otherwise, LLVM code is not optimized and
# output is put in the "Debug" directories.