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 {
132
132
}
133
133
134
134
// If a flag is listed here, then it has support for DXContainer:
135
- // Common.PreserveDates, Common.ToRemove
135
+ // Common.PreserveDates
136
136
return DXContainer;
137
137
}
Original file line number Diff line number Diff line change 1
1
## Tests that the RTS0 (root signature) part is correctly removed from the
2
- ## copied DXContainer
2
+ ## copied DXContainer.
3
3
4
4
# RUN: yaml2obj %s -o %t
5
5
# RUN: llvm-objcopy --remove-section=RTS0 %t %t.out
Original file line number Diff line number Diff line change 1
1
## Tests that the copied DXContainer correctly has the specified headers
2
- ## removed
2
+ ## removed.
3
3
4
4
# RUN: yaml2obj %s -o %t
5
5
# RUN: llvm-objcopy --remove-section=FKE1 --remove-section=FKE4 %t %t.out
You can’t perform that action at this time.
0 commit comments