summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/TestingLibcxx.rst
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-12-11 17:29:55 +0000
committerLouis Dionne <ldionne@apple.com>2018-12-11 17:29:55 +0000
commit2112fbcc00b1ed469f272bc17d8f057ca3d8fdde (patch)
tree690684aff9c7daff57ba399b4550c3441f1c9e3d /libcxx/docs/TestingLibcxx.rst
parentedc36c0731bc033d1ebe9792dec8546443d2d08f (diff)
downloadbcm5719-llvm-2112fbcc00b1ed469f272bc17d8f057ca3d8fdde.tar.gz
bcm5719-llvm-2112fbcc00b1ed469f272bc17d8f057ca3d8fdde.zip
[libcxx] Remove the no_default_flags LIT configuration
This is part of an ongoing cleanup of the LIT test suite, where I'm trying to reduce the number of configuration options. In this case, the original intent seemed to be running the test suite with libstdc++, but this is now supported by specifying cxx_stdlib_under_test=libstdc++. llvm-svn: 348868
Diffstat (limited to 'libcxx/docs/TestingLibcxx.rst')
-rw-r--r--libcxx/docs/TestingLibcxx.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 43c0684dc7d..48b7271c321 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -155,14 +155,6 @@ configuration. Passing the option on the command line will override the default.
the default value. Otherwise the default value is True on Windows and False
on every other platform.
-.. option:: no_default_flags=<bool>
-
- **Default**: False
-
- Disable all default compile and link flags from being added. When this
- option is used only flags specified using the compile_flags and link_flags
- will be used.
-
.. option:: compile_flags="<list-of-args>"
Specify additional compile flags as a space delimited string.
OpenPOWER on IntegriCloud