[all-commits] [llvm/llvm-project] be5c8d: [Driver][DXC] Accept debug flags (/Zi and /Qembed_...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Thu Aug 17 16:19:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be5c8dea1e1de5df98df656c6e4c92a3f6682661
https://github.com/llvm/llvm-project/commit/be5c8dea1e1de5df98df656c6e4c92a3f6682661
Author: Justin Bogner <mail at justinbogner.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
A clang/test/Driver/dxc_debug.hlsl
Log Message:
-----------
[Driver][DXC] Accept debug flags (/Zi and /Qembed_debug)
This adds /Zi handling and explicitly ignores /Qembed_debug, which
should make our command line handling compatible enough with dxc that
we can share logic on compiler explorer.
Differential Revision: https://reviews.llvm.org/D158113
More information about the All-commits
mailing list