[libcxx-commits] [PATCH] D127695: WIP: clang: Implement Template Specialization Resugaring
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 30 11:57:16 PDT 2022
Mordante added subscribers: ldionne, Mordante.
Mordante added inline comments.
================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:377
+ CFLAGS: "-fcrash-diagnostics-dir=crash_diagnostics_dir"
+ CXXFLAGS: "-fcrash-diagnostics-dir=crash_diagnostics_dir"
LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-${LLVM_HEAD_VERSION}"
----------------
I actually think this change would be nice for libc++ in general. I've has several assertion failures in the bootstrapping CI. Especially with the symbolizer available the crash reports become a lot better.
I'm not convinced the way you used the `CXXFLAGS` in the CMakeLists.txt is the best way, maybe @ldionne has a better suggestion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127695/new/
https://reviews.llvm.org/D127695
More information about the libcxx-commits
mailing list