[all-commits] [llvm/llvm-project] a73a84: [HLSL] add -I option for dxc mode.
Xiang Li via All-commits
all-commits at lists.llvm.org
Wed Jul 20 11:03:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a73a84c44753402b33d619035d2c5acec3b04859
https://github.com/llvm/llvm-project/commit/a73a84c44753402b33d619035d2c5acec3b04859
Author: Xiang Li <python3kgae at outlook.com>
Date: 2022-07-20 (Wed, 20 Jul 2022)
Changed paths:
M clang-tools-extra/clangd/CompileCommands.cpp
M clang/include/clang/Driver/Options.h
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
A clang/test/Driver/dxc_I.hlsl
Log Message:
-----------
[HLSL] add -I option for dxc mode.
A new option -I is added for dxc mode.
It is just alias of existing cc1 -I option.
Reviewed By: beanz
Differential Revision: https://reviews.llvm.org/D128462
More information about the All-commits
mailing list