mirror of https://github.com/acidanthera/audk.git
UnitTestFrameworkPkg/UnitTest: Fixes CLANGPDB build
Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
parent
4b95233c0d
commit
f49ebbe84e
|
@ -37,3 +37,6 @@
|
|||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
||||
[BuildOptions]
|
||||
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||
|
|
|
@ -37,3 +37,6 @@
|
|||
|
||||
[Depex]
|
||||
gEfiPeiMemoryDiscoveredPpiGuid
|
||||
|
||||
[BuildOptions]
|
||||
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||
|
|
|
@ -38,3 +38,6 @@
|
|||
|
||||
[Depex]
|
||||
gEfiSmmCpuProtocolGuid
|
||||
|
||||
[BuildOptions]
|
||||
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||
|
|
|
@ -34,3 +34,6 @@
|
|||
|
||||
[Pcd]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask
|
||||
|
||||
[BuildOptions]
|
||||
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||
|
|
Loading…
Reference in New Issue