Skip to content

Commit

Permalink
Disable unsupported TrackFileAccess option.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Dec 29, 2018
1 parent a8983e9 commit 9ea793b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions VS2017/LLVM/LLVM.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
that the user may have overridden in the UI. -->
<CLToolExe Condition="$(UseClangCl)">$(ClangClExecutable)</CLToolExe>
<LinkToolExe Condition="$(UseLldLink)">$(LldLinkExecutable)</LinkToolExe>
<!-- TRACKER : error TRK0002: Failed to execute command. -->
<TrackFileAccess Condition="$(UseClangCl) OR $(UseLldLink)">false</TrackFileAccess>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion VS2017/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ XCOPY /Q /Y "LLVM v141" "%VCT_PATH%\Win32\PlatformToolsets\LLVM v141\"
XCOPY /Q /Y "LLVM v141_xp" "%VCT_PATH%\Win32\PlatformToolsets\LLVM v141_xp\"
XCOPY /Q /Y "LLVM v141" "%VCT_PATH%\ARM64\PlatformToolsets\LLVM v141\"

IF "%EXIST_ON_ERROR%" == "" PAUSE
POPD
ENDLOCAL
IF "%EXIST_ON_ERROR%" == "" PAUSE
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ or run `VS2017\install.bat` directly (may require Administrator privilege. In Wi
Because `vswhere` doesn't print the installation path for Visual Studio 2019 Preview, please call the script with installation path, e.g: `CALL VS2017\install.bat "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview"`

### Usage
Select *LLVM v141* or *LLVM v141_xp* as your project Platform Toolset.
Select *LLVM v141* or *LLVM v141_xp* as your project's Platform Toolset.

### Install to AppVeyor Build Image

Expand Down

0 comments on commit 9ea793b

Please sign in to comment.