Skip to content

Commit b821448

Browse files
committed
review: apply suggestions from the boilerplate pr here
1 parent 325809d commit b821448

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/lib/ObjCopy/ConfigManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

llvm/test/tools/llvm-objcopy/DXContainer/basic-remove.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

llvm/test/tools/llvm-objcopy/DXContainer/headers-remove.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)