diff options
author | Jan Vorlicek <janvorli@microsoft.com> | 2018-03-22 01:11:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 01:11:59 +0100 |
commit | d104270f8412381b5eb7715a775c3999f28b740c (patch) | |
tree | 0555218eb6831ba000dff774f4e53520a8c4ae19 /.gitignore | |
parent | 08224572d6d2dd20d599bcf7725b4516eea2d5b9 (diff) | |
download | coreclr-d104270f8412381b5eb7715a775c3999f28b740c.tar.gz coreclr-d104270f8412381b5eb7715a775c3999f28b740c.tar.bz2 coreclr-d104270f8412381b5eb7715a775c3999f28b740c.zip |
Remove dependency on libunwind (#17094)
* Add original source of libunwind 1.3-stable
Taken from:
https://github.com/libunwind/libunwind/tree/v1.3-stable
* Enable building of libunwind
This change enables building libunwind and removes
dependency on the libunwind package for all Unixes
except OSX. In OSX the libunwind is part of the OS
and also has support for compact unwind info that
is OSX specific, so we keep using that one.
* Disable warnings in code we don't execute
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 8c2f099f09..e2ac202531 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,6 @@ syntax: glob [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ -x64/ -x86/ build/ bld/ [Bb]in/ @@ -54,7 +52,6 @@ dlldata.c *_i.c *_p.c -*_i.h *.ilk *.meta *.obj |