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
3246819f4c
commit
f8cc20e790
|
@ -37,3 +37,6 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
|
@ -37,3 +37,6 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiPeiMemoryDiscoveredPpiGuid
|
gEfiPeiMemoryDiscoveredPpiGuid
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
|
@ -38,3 +38,6 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiSmmCpuProtocolGuid
|
gEfiSmmCpuProtocolGuid
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
|
@ -34,3 +34,6 @@
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask
|
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
Loading…
Reference in New Issue