[PATCH] D152785: [COFF] Support -gsplit-dwarf for COFF on Windows
Haohai, Wen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 25 20:14:38 PDT 2023
HaohaiWen reopened this revision.
HaohaiWen added a comment.
This revision is now accepted and ready to land.
The path of this test you were running (/Users/thakis/src/llvm-project/clang/test/Driver/split-debug.c) started with /User which was interpreted as OPT_U option. Therefore split-debug.c haven't been treated as input file.
I'll add -- to tests to force clang-cl treat it as input file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152785/new/
https://reviews.llvm.org/D152785
More information about the llvm-commits
mailing list