Skip to content

Commit e49ec97

Browse files
deepak5xmergify[bot]
authored andcommitted
OvmfPkg/BuildOptions : Add CLANGPDB DLINK_FLAGS flags to build options
[Issue] : There is no DLINK_FLAGS definition for CLANGPDB, leading to potential discrepancies in build alignments [Resolution] : This change adds a CLANGPDB line for DLINK_FLAGS. Maintaining the alignment with existing standards in place for other compiler packages. Signed-off-by: Deepak5x <[email protected]>
1 parent ffa8594 commit e49ec97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
[BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
8989
GCC: *_*_*_DLINK_FLAGS = -z common-page-size=0x1000
9090
MSFT: *_*_*_DLINK_FLAGS = /ALIGN:4096
91+
CLANGPDB: *_*_*_DLINK_FLAGS = /ALIGN:4096
9192

9293
################################################################################
9394
#

0 commit comments

Comments
 (0)