[PATCH] D150763: [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 10:41:40 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/utils/libcxx/test/params.py:208-239
+ actions=lambda sanitizer: filter(
+ None,
+ [
+ AddFlag("-g -fno-omit-frame-pointer") if sanitizer else None,
+ AddFlag(
+ "-fsanitize=undefined -fno-sanitize=float-divide-by-zero -fno-sanitize-recover=all"
+ )
----------------
This was laid out manually in a very intentional manner, and the code is really hard to understand after the reformatting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150763/new/
https://reviews.llvm.org/D150763
More information about the llvm-commits
mailing list