[PATCH] D115941: [lld/tests] Stop setting the "asserts" and "debug" features
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 5 10:39:40 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd5b2921faf51: [lld/tests] Stop setting the "asserts" and "debug" features (authored by thakis).
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115941/new/
https://reviews.llvm.org/D115941
Files:
lld/test/lit.cfg.py
Index: lld/test/lit.cfg.py
===================================================================
--- lld/test/lit.cfg.py
+++ lld/test/lit.cfg.py
@@ -63,9 +63,7 @@
config.available_features.add('demangler')
llvm_config.feature_config(
- [('--build-mode', {'DEBUG': 'debug'}),
- ('--assertion-mode', {'ON': 'asserts'}),
- ('--targets-built', {'AArch64': 'aarch64',
+ [('--targets-built', {'AArch64': 'aarch64',
'AMDGPU': 'amdgpu',
'ARM': 'arm',
'AVR': 'avr',
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115941.397641.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220105/eb0aac7b/attachment.bin>
More information about the llvm-commits
mailing list