Andrew, Please find this patch that replaces the macro DEF(CLANG_BIN) (CLANG_BIN is a tools_def specific variable) by ENV(CLANG_BIN) (CLANG_BIN is an host environment variable that can be changed from the shell) to get Clang location.
This change allows to change CLANG_BIN without editing tools_def.conf. It is useful to test different Clang version. The drawback of this change is it assumes 'clang' is in your PATH by default (by default CLANG_BIN is not defined). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <[email protected]> Thanks, Olivier
tools_def-Change-CLANG_BIN-from-DEF-to-ENV.patch
Description: Binary data
------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel
