mirror of https://github.com/acidanthera/audk.git
MdePkg/UnitTest: Fixes CLANGPDB build
Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
parent
370c5f3399
commit
a5fe2c29a3
|
@ -31,3 +31,6 @@
|
||||||
UefiApplicationEntryPoint
|
UefiApplicationEntryPoint
|
||||||
DebugLib
|
DebugLib
|
||||||
UnitTestLib
|
UnitTestLib
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
|
@ -43,3 +43,6 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
|
@ -43,3 +43,6 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
|
@ -43,3 +43,6 @@
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
|
@ -40,3 +40,6 @@
|
||||||
DebugLib
|
DebugLib
|
||||||
SafeIntLib
|
SafeIntLib
|
||||||
UnitTestLib
|
UnitTestLib
|
||||||
|
|
||||||
|
[BuildOptions]
|
||||||
|
NOOPT_CLANGPDB_*_DLINK_FLAGS = /force:unresolved
|
||||||
|
|
Loading…
Reference in New Issue