Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseTools/Scripts: Do not discard COMMON sections for CLANG
Align CLANG and GCC linker scripts to not discard COMMON sections for CLANG builds. If COMMON sections are discarded, then global variables from optimized OpensslLib assembly source files are removed and results in symbol not found errors. Signed-off-by: Michael D Kinney <[email protected]>
- Loading branch information