File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/tools/llvm-objcopy/DXContainer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,6 @@ ConfigManager::getDXContainerConfig() const {
132132 }
133133
134134 // If a flag is listed here, then it has support for DXContainer:
135- // Common.PreserveDates, Common.ToRemove
135+ // Common.PreserveDates
136136 return DXContainer;
137137}
Original file line number Diff line number Diff line change 11## Tests that the RTS0 (root signature) part is correctly removed from the
2- ## copied DXContainer
2+ ## copied DXContainer.
33
44# RUN: yaml2obj %s -o %t
55# RUN: llvm-objcopy --remove-section=RTS0 %t %t.out
Original file line number Diff line number Diff line change 11## Tests that the copied DXContainer correctly has the specified headers
2- ## removed
2+ ## removed.
33
44# RUN: yaml2obj %s -o %t
55# RUN: llvm-objcopy --remove-section=FKE1 --remove-section=FKE4 %t %t.out
You can’t perform that action at this time.
0 commit comments