[llvm-branch-commits] [clang] [HLSL][DirectX] Add the Qdx-rootsignature-strip driver option (PR #154454)

Chris B via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 21 06:43:30 PDT 2025


================
@@ -76,9 +76,10 @@ class Action {
     StaticLibJobClass,
     BinaryAnalyzeJobClass,
     BinaryTranslatorJobClass,
+    BinaryModifyJobClass,
----------------
llvm-beanz wrote:

Probably better to align this with the specific tool you're running:
```suggestion
    ObjcopyJobClass,
```

That is consistent with most of the other toolchain jobs (e..g. LipoJobClass, DsymutilJobClass, LinkerWrapperJobClass, etc).

https://github.com/llvm/llvm-project/pull/154454


More information about the llvm-branch-commits mailing list