diff options
author | David Blaikie <dblaikie@gmail.com> | 2017-08-31 18:49:34 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2017-08-31 18:49:34 +0000 |
commit | ea95dd7e3befb33d8f1bcfd04ec2ab4a454dcc52 (patch) | |
tree | 6f937adabe160d8f17a437d9692e88416fba82c6 /llvm/lib/Object/WasmObjectFile.cpp | |
parent | 9ce4432174c68a1a2f4e621a83df648a2706efcb (diff) | |
download | llvm-ea95dd7e3befb33d8f1bcfd04ec2ab4a454dcc52.zip llvm-ea95dd7e3befb33d8f1bcfd04ec2ab4a454dcc52.tar.gz llvm-ea95dd7e3befb33d8f1bcfd04ec2ab4a454dcc52.tar.bz2 |
Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSIVE_CHECKS
EXPENSIVE_CHECKS enables libstdc++'s library consistency checks, which
includes checking the container passed to std::priority_queue for its
well-formedness. This makes the clang-format memoization too expensive,
so disable it.
(it's a necessary feature of libstdc++'s consistency checks that it
ruins the required scalability of C++ standard library features - so
these workarounds are to be expected if a test ever tries to test
scalability in some way, like this test does)
llvm-svn: 312268
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions