public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <steven.shi@intel.com>
Cc: <bob.c.feng@intel.com>
Subject: 回复: [edk2-devel] [PATCH 1/1] BaseTools: Add double quote around CLANG_BIN path string
Date: Mon, 19 Apr 2021 09:06:30 +0800	[thread overview]
Message-ID: <000201d734b8$3b7d6760$b2783620$@byosoft.com.cn> (raw)
In-Reply-To: <20210417122133.1879-1-steven.shi@intel.com>

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Steven Shi
> 发送时间: 2021年4月17日 20:22
> 收件人: devel@edk2.groups.io
> 抄送: bob.c.feng@intel.com; gaoliming@byosoft.com.cn; Steven Shi
> <steven.shi@intel.com>
> 主题: [edk2-devel] [PATCH 1/1] BaseTools: Add double quote around
> CLANG_BIN path string
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3341
> 
> Current CLANG_BIN env variable is set without double quote
> around the LLVM default installation path string in windows,
> which causes some CI build service cannot find the LLVM path
> in windows.
> This patch enhance it to add double quote around it.
> 
> Signed-off-by: Steven Shi <steven.shi@intel.com>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> ---
>  edksetup.bat | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/edksetup.bat b/edksetup.bat
> index 7b9377aaa5c2..7ad137bb3e9b 100755
> --- a/edksetup.bat
> +++ b/edksetup.bat
> @@ -120,7 +120,7 @@ if not defined CLANG_BIN (
>      @echo.
> 
>      @echo !!! WARNING !!! CLANG_BIN environment variable is not set
> 
>      @if exist "C:\Program Files\LLVM\bin\clang.exe" (
> 
> -        @set CLANG_BIN=C:\Program Files\LLVM\bin\
> 
> +        @set "CLANG_BIN=C:\Program Files\LLVM\bin\"
> 
>          @echo   Found LLVM, setting CLANG_BIN environment variable
> to C:\Program Files\LLVM\bin\
> 
>      )
> 
>  )
> 
> --
> 2.28.0.windows.1
> 
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> View/Reply Online (#74227): https://edk2.groups.io/g/devel/message/74227
> Mute This Topic: https://groups.io/mt/82163598/4905953
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub
> [gaoliming@byosoft.com.cn]
> -=-=-=-=-=-=
> 




  reply	other threads:[~2021-04-19  1:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-17 12:21 [PATCH 1/1] BaseTools: Add double quote around CLANG_BIN path string Steven Shi
2021-04-19  1:06 ` gaoliming [this message]
2021-04-19  8:34 ` Bob Feng
2021-04-19  8:47   ` Steven Shi
2021-04-19  9:12     ` Bob Feng
     [not found]     ` <167737869DB0B53D.14647@groups.io>
2021-04-20 10:17       ` [edk2-devel] " Bob Feng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000201d734b8$3b7d6760$b2783620$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox