[PATCH] D159409: Haiku: Pick up a few more codegen parametres from downstream
Niels Sascha Reedijk via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 3 01:09:58 PDT 2023
nielx added a comment.
Have you been able to test the changes?
================
Comment at: clang/lib/Driver/ToolChains/Haiku.h:39
+
+ unsigned GetDefaultDwarfVersion() const override { return 2; }
+
----------------
I propose pushing this to version 4. Haiku's GCC also defaults to version 4 now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159409/new/
https://reviews.llvm.org/D159409
More information about the cfe-commits
mailing list