rebase of the all patches

This commit is contained in:
Sylvestre Ledru 2020-03-26 11:16:10 +01:00
parent 29bf058736
commit 7d9dbbad8d
71 changed files with 828 additions and 828 deletions

View File

@ -12,10 +12,10 @@ Partially addresses PR37128
cmake/modules/CMakeLists.txt | 4 ++-- cmake/modules/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/cmake/modules/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/cmake/modules/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/cmake/modules/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/cmake/modules/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/cmake/modules/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/cmake/modules/CMakeLists.txt
@@ -88,10 +88,10 @@ file(COPY . @@ -88,10 +88,10 @@ file(COPY .
# Generate LLVMConfig.cmake for the install tree. # Generate LLVMConfig.cmake for the install tree.
set(LLVM_CONFIG_CODE " set(LLVM_CONFIG_CODE "

View File

@ -12,10 +12,10 @@ Partially addresses PR37128
cmake/modules/CMakeLists.txt | 4 ++-- cmake/modules/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/cmake/modules/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/cmake/modules/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/cmake/modules/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/cmake/modules/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/cmake/modules/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/cmake/modules/CMakeLists.txt
@@ -30,10 +30,10 @@ set(CLANG_CONFIG_EXPORTS_FILE) @@ -30,10 +30,10 @@ set(CLANG_CONFIG_EXPORTS_FILE)
# Generate ClangConfig.cmake for the install tree. # Generate ClangConfig.cmake for the install tree.
set(CLANG_CONFIG_CODE " set(CLANG_CONFIG_CODE "

View File

@ -2,10 +2,10 @@
lib/Support/CommandLine.cpp | 4 ++++ lib/Support/CommandLine.cpp | 4 ++++
1 file changed, 4 insertions(+) 1 file changed, 4 insertions(+)
Index: llvm-toolchain-snapshot_10~+20191223101759+5762648c46b/llvm/lib/Support/CommandLine.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/Support/CommandLine.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191223101759+5762648c46b.orig/llvm/lib/Support/CommandLine.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/lib/Support/CommandLine.cpp
+++ llvm-toolchain-snapshot_10~+20191223101759+5762648c46b/llvm/lib/Support/CommandLine.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/Support/CommandLine.cpp
@@ -2473,6 +2473,10 @@ public: @@ -2473,6 +2473,10 @@ public:
OS << " " << LLVM_VERSION_INFO; OS << " " << LLVM_VERSION_INFO;
#endif #endif

View File

@ -3,10 +3,10 @@
tools/llvm-shlib/CMakeLists.txt | 1 + tools/llvm-shlib/CMakeLists.txt | 1 +
2 files changed, 2 insertions(+), 1 deletion(-) 2 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/tools/libclang/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/libclang/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/tools/libclang/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/libclang/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/tools/libclang/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/libclang/CMakeLists.txt
@@ -96,7 +96,7 @@ if (UNIX AND ${CMAKE_SYSTEM_NAME} MATCHE @@ -96,7 +96,7 @@ if (UNIX AND ${CMAKE_SYSTEM_NAME} MATCHE
remove_definitions("-D_XOPEN_SOURCE=700") remove_definitions("-D_XOPEN_SOURCE=700")
endif() endif()
@ -16,11 +16,11 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/tools/libcla
OUTPUT_NAME ${output_name} OUTPUT_NAME ${output_name}
${SOURCES} ${SOURCES}
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/tools/llvm-shlib/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/tools/llvm-shlib/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/tools/llvm-shlib/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/tools/llvm-shlib/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/tools/llvm-shlib/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/tools/llvm-shlib/CMakeLists.txt
@@ -44,6 +44,8 @@ if(LLVM_BUILD_LLVM_DYLIB) @@ -32,6 +32,8 @@ if(LLVM_BUILD_LLVM_DYLIB)
endif() endif()
add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${INSTALL_WITH_TOOLCHAIN} ${SOURCES}) add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${INSTALL_WITH_TOOLCHAIN} ${SOURCES})

View File

@ -9,10 +9,10 @@ Subject: Set html_static_path = ['_static'] everywhere.
polly/docs/conf.py | 2 +- polly/docs/conf.py | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-) 4 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/analyzer/conf.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/analyzer/conf.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/docs/analyzer/conf.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/docs/analyzer/conf.py
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/analyzer/conf.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/analyzer/conf.py
@@ -121,7 +121,7 @@ html_theme = 'haiku' @@ -121,7 +121,7 @@ html_theme = 'haiku'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
@ -22,10 +22,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/analyze
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/conf.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/conf.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/docs/conf.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/docs/conf.py
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/conf.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/conf.py
@@ -122,7 +122,7 @@ html_theme = 'haiku' @@ -122,7 +122,7 @@ html_theme = 'haiku'
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
@ -35,10 +35,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/conf.py
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/polly/docs/conf.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/polly/docs/conf.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/polly/docs/conf.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/polly/docs/conf.py
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/polly/docs/conf.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/polly/docs/conf.py
@@ -127,7 +127,7 @@ except ImportError: @@ -127,7 +127,7 @@ except ImportError:
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,

View File

@ -13,10 +13,10 @@ Subject: Use Debian-provided MathJax everywhere.
polly/docs/doxygen.cfg.in | 2 +- polly/docs/doxygen.cfg.in | 2 +-
8 files changed, 14 insertions(+), 5 deletions(-) 8 files changed, 14 insertions(+), 5 deletions(-)
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra/docs/conf.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang-tools-extra/docs/conf.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang-tools-extra/docs/conf.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang-tools-extra/docs/conf.py
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra/docs/conf.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang-tools-extra/docs/conf.py
@@ -123,6 +123,9 @@ html_theme = 'haiku' @@ -123,6 +123,9 @@ html_theme = 'haiku'
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
@ -27,10 +27,10 @@ Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y' #html_last_updated_fmt = '%b %d, %Y'
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra/docs/doxygen.cfg.in Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang-tools-extra/docs/doxygen.cfg.in
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang-tools-extra/docs/doxygen.cfg.in --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang-tools-extra/docs/doxygen.cfg.in
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra/docs/doxygen.cfg.in +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang-tools-extra/docs/doxygen.cfg.in
@@ -1443,7 +1443,7 @@ MATHJAX_FORMAT = HTML-CSS @@ -1443,7 +1443,7 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest. # The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES. # This tag requires that the tag USE_MATHJAX is set to YES.
@ -40,10 +40,10 @@ Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example # extension names that should be enabled during MathJax rendering. For example
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/analyzer/conf.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/analyzer/conf.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang/docs/analyzer/conf.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/docs/analyzer/conf.py
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/analyzer/conf.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/analyzer/conf.py
@@ -123,6 +123,9 @@ html_theme = 'haiku' @@ -123,6 +123,9 @@ html_theme = 'haiku'
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
@ -54,10 +54,10 @@ Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/analyz
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y' #html_last_updated_fmt = '%b %d, %Y'
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/conf.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/conf.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang/docs/conf.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/docs/conf.py
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/conf.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/conf.py
@@ -124,6 +124,9 @@ html_theme = 'haiku' @@ -124,6 +124,9 @@ html_theme = 'haiku'
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
@ -68,10 +68,10 @@ Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/conf.p
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
#html_last_updated_fmt = '%b %d, %Y' #html_last_updated_fmt = '%b %d, %Y'
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/doxygen.cfg.in Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/doxygen.cfg.in
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang/docs/doxygen.cfg.in --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/docs/doxygen.cfg.in
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/doxygen.cfg.in +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/doxygen.cfg.in
@@ -1432,7 +1432,7 @@ MATHJAX_FORMAT = HTML-CSS @@ -1432,7 +1432,7 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest. # The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES. # This tag requires that the tag USE_MATHJAX is set to YES.
@ -81,10 +81,10 @@ Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/doxyge
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example # extension names that should be enabled during MathJax rendering. For example
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/llvm/docs/doxygen.cfg.in Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/docs/doxygen.cfg.in
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/llvm/docs/doxygen.cfg.in --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/docs/doxygen.cfg.in
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/llvm/docs/doxygen.cfg.in +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/docs/doxygen.cfg.in
@@ -1433,7 +1433,7 @@ MATHJAX_FORMAT = HTML-CSS @@ -1433,7 +1433,7 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest. # The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES. # This tag requires that the tag USE_MATHJAX is set to YES.
@ -94,10 +94,10 @@ Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/llvm/docs/doxygen
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example # extension names that should be enabled during MathJax rendering. For example
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/polly/docs/doxygen.cfg.in Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/polly/docs/doxygen.cfg.in
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/polly/docs/doxygen.cfg.in --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/polly/docs/doxygen.cfg.in
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/polly/docs/doxygen.cfg.in +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/polly/docs/doxygen.cfg.in
@@ -1433,7 +1433,7 @@ MATHJAX_FORMAT = HTML-CSS @@ -1433,7 +1433,7 @@ MATHJAX_FORMAT = HTML-CSS
# The default value is: http://cdn.mathjax.org/mathjax/latest. # The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES. # This tag requires that the tag USE_MATHJAX is set to YES.

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+201911111222550800646d927175e/clang/lib/Basic/Version.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Basic/Version.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+201911111222550800646d927175e.orig/clang/lib/Basic/Version.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Basic/Version.cpp
+++ llvm-toolchain-snapshot_10~+201911111222550800646d927175e/clang/lib/Basic/Version.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Basic/Version.cpp
@@ -14,6 +14,7 @@ @@ -14,6 +14,7 @@
#include "clang/Basic/LLVM.h" #include "clang/Basic/LLVM.h"
#include "clang/Config/config.h" #include "clang/Config/config.h"
@ -10,7 +10,7 @@ Index: llvm-toolchain-snapshot_10~+201911111222550800646d927175e/clang/lib/Basic
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
@@ -124,7 +125,7 @@ std::string getClangToolFullVersion(Stri @@ -97,7 +98,7 @@ std::string getClangToolFullVersion(Stri
#ifdef CLANG_VENDOR #ifdef CLANG_VENDOR
OS << CLANG_VENDOR; OS << CLANG_VENDOR;
#endif #endif

View File

@ -7,11 +7,11 @@
clang/test/Sema/warn-strlcpycat-size.c | 55 -------------- clang/test/Sema/warn-strlcpycat-size.c | 55 --------------
6 files changed, 25 insertions(+), 78 deletions(-) 6 files changed, 25 insertions(+), 78 deletions(-)
Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/include/clang/Basic/Builtins.def Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/include/clang/Basic/Builtins.def
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9.orig/clang/include/clang/Basic/Builtins.def --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/include/clang/Basic/Builtins.def
+++ llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/include/clang/Basic/Builtins.def +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/include/clang/Basic/Builtins.def
@@ -547,8 +547,8 @@ BUILTIN(__builtin___memset_chk, "v*v*izz @@ -548,8 +548,8 @@ BUILTIN(__builtin___memset_chk, "v*v*izz
BUILTIN(__builtin___stpcpy_chk, "c*c*cC*z", "nF") BUILTIN(__builtin___stpcpy_chk, "c*c*cC*z", "nF")
BUILTIN(__builtin___strcat_chk, "c*c*cC*z", "nF") BUILTIN(__builtin___strcat_chk, "c*c*cC*z", "nF")
BUILTIN(__builtin___strcpy_chk, "c*c*cC*z", "nF") BUILTIN(__builtin___strcpy_chk, "c*c*cC*z", "nF")
@ -22,7 +22,7 @@ Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/include/cla
BUILTIN(__builtin___strncat_chk, "c*c*cC*zz", "nF") BUILTIN(__builtin___strncat_chk, "c*c*cC*zz", "nF")
BUILTIN(__builtin___strncpy_chk, "c*c*cC*zz", "nF") BUILTIN(__builtin___strncpy_chk, "c*c*cC*zz", "nF")
BUILTIN(__builtin___stpncpy_chk, "c*c*cC*zz", "nF") BUILTIN(__builtin___stpncpy_chk, "c*c*cC*zz", "nF")
@@ -1021,8 +1021,8 @@ LIBBUILTIN(getcontext, "iK*", "fj", @@ -1022,8 +1022,8 @@ LIBBUILTIN(getcontext, "iK*", "fj",
LIBBUILTIN(_longjmp, "vJi", "fr", "setjmp.h", ALL_GNU_LANGUAGES) LIBBUILTIN(_longjmp, "vJi", "fr", "setjmp.h", ALL_GNU_LANGUAGES)
LIBBUILTIN(siglongjmp, "vSJi", "fr", "setjmp.h", ALL_GNU_LANGUAGES) LIBBUILTIN(siglongjmp, "vSJi", "fr", "setjmp.h", ALL_GNU_LANGUAGES)
// non-standard but very common // non-standard but very common
@ -33,10 +33,10 @@ Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/include/cla
// id objc_msgSend(id, SEL, ...) // id objc_msgSend(id, SEL, ...)
LIBBUILTIN(objc_msgSend, "GGH.", "f", "objc/message.h", OBJC_LANG) LIBBUILTIN(objc_msgSend, "GGH.", "f", "objc/message.h", OBJC_LANG)
// long double objc_msgSend_fpret(id self, SEL op, ...) // long double objc_msgSend_fpret(id self, SEL op, ...)
Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/AST/Decl.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/AST/Decl.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9.orig/clang/lib/AST/Decl.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/AST/Decl.cpp
+++ llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/AST/Decl.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/AST/Decl.cpp
@@ -3872,13 +3872,13 @@ unsigned FunctionDecl::getMemoryFunction @@ -3872,13 +3872,13 @@ unsigned FunctionDecl::getMemoryFunction
case Builtin::BImemmove: case Builtin::BImemmove:
return Builtin::BImemmove; return Builtin::BImemmove;
@ -57,10 +57,10 @@ Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/AST/Dec
case Builtin::BI__builtin_memcmp: case Builtin::BI__builtin_memcmp:
case Builtin::BImemcmp: case Builtin::BImemcmp:
Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/Sema/SemaChecking.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Sema/SemaChecking.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9.orig/clang/lib/Sema/SemaChecking.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Sema/SemaChecking.cpp
+++ llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/Sema/SemaChecking.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Sema/SemaChecking.cpp
@@ -640,8 +640,8 @@ void Sema::checkFortifiedBuiltinMemoryFu @@ -640,8 +640,8 @@ void Sema::checkFortifiedBuiltinMemoryFu
case Builtin::BI__builtin___memcpy_chk: case Builtin::BI__builtin___memcpy_chk:
case Builtin::BI__builtin___memmove_chk: case Builtin::BI__builtin___memmove_chk:
@ -72,7 +72,7 @@ Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/Sema/Se
case Builtin::BI__builtin___strncat_chk: case Builtin::BI__builtin___strncat_chk:
case Builtin::BI__builtin___strncpy_chk: case Builtin::BI__builtin___strncpy_chk:
case Builtin::BI__builtin___stpncpy_chk: case Builtin::BI__builtin___stpncpy_chk:
@@ -3977,9 +3977,10 @@ bool Sema::CheckFunctionCall(FunctionDec @@ -4056,9 +4056,10 @@ bool Sema::CheckFunctionCall(FunctionDec
return false; return false;
// Handle memory setting and copying functions. // Handle memory setting and copying functions.
@ -86,10 +86,10 @@ Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/Sema/Se
CheckStrncatArguments(TheCall, FnInfo); CheckStrncatArguments(TheCall, FnInfo);
else else
CheckMemaccessArguments(TheCall, CMId, FnInfo); CheckMemaccessArguments(TheCall, CMId, FnInfo);
Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9.orig/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
+++ llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
@@ -476,9 +476,9 @@ GenericTaintChecker::TaintPropagationRul @@ -476,9 +476,9 @@ GenericTaintChecker::TaintPropagationRul
case Builtin::BIstrncpy: case Builtin::BIstrncpy:
case Builtin::BIstrncat: case Builtin::BIstrncat:
@ -102,10 +102,10 @@ Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/lib/StaticA
case Builtin::BIstrndup: case Builtin::BIstrndup:
return {{0, 1}, {ReturnValueIndex}}; return {{0, 1}, {ReturnValueIndex}};
Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/test/Sema/builtins.c Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/test/Sema/builtins.c
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9.orig/clang/test/Sema/builtins.c --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/test/Sema/builtins.c
+++ llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/test/Sema/builtins.c +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/test/Sema/builtins.c
@@ -199,11 +199,9 @@ void test18() { @@ -199,11 +199,9 @@ void test18() {
ptr = __builtin___memccpy_chk(dst, src, '\037', sizeof(src), sizeof(dst)); ptr = __builtin___memccpy_chk(dst, src, '\037', sizeof(src), sizeof(dst));
@ -148,9 +148,9 @@ Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/test/Sema/b
// rdar://11076881 // rdar://11076881
char * Test20(char *p, const char *in, unsigned n) char * Test20(char *p, const char *in, unsigned n)
{ {
Index: llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9/clang/test/Sema/warn-strlcpycat-size.c Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/test/Sema/warn-strlcpycat-size.c
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200304103426+f545ede91c9.orig/clang/test/Sema/warn-strlcpycat-size.c --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/test/Sema/warn-strlcpycat-size.c
+++ /dev/null +++ /dev/null
@@ -1,55 +0,0 @@ @@ -1,55 +0,0 @@
-// RUN: %clang_cc1 -Wstrlcpy-strlcat-size -verify -fsyntax-only %s -// RUN: %clang_cc1 -Wstrlcpy-strlcat-size -verify -fsyntax-only %s

View File

@ -18,11 +18,11 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch> Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD> Last-Update: <YYYY-MM-DD>
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Arch/ARM.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Arch/ARM.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/lib/Driver/ToolChains/Arch/ARM.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Driver/ToolChains/Arch/ARM.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Arch/ARM.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Arch/ARM.cpp
@@ -250,7 +250,7 @@ arm::FloatABI arm::getARMFloatABI(const @@ -253,7 +253,7 @@ arm::FloatABI arm::getARMFloatABI(const
case llvm::Triple::MuslEABI: case llvm::Triple::MuslEABI:
case llvm::Triple::EABI: case llvm::Triple::EABI:
// EABI is always AAPCS, and if it was not marked 'hard', it's softfp // EABI is always AAPCS, and if it was not marked 'hard', it's softfp

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/lib/Support/Triple.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/Support/Triple.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/lib/Support/Triple.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/lib/Support/Triple.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/lib/Support/Triple.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/Support/Triple.cpp
@@ -1646,7 +1646,7 @@ StringRef Triple::getARMCPUForArch(Strin @@ -1658,7 +1658,7 @@ StringRef Triple::getARMCPUForArch(Strin
case llvm::Triple::EABIHF: case llvm::Triple::EABIHF:
case llvm::Triple::GNUEABIHF: case llvm::Triple::GNUEABIHF:
case llvm::Triple::MuslEABIHF: case llvm::Triple::MuslEABIHF:

View File

@ -1,21 +1,21 @@
Origin: https://reviews.llvm.org/D67877 Origin: https://reviews.llvm.org/D67877
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941082 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941082
Index: llvm-toolchain-snapshot_10~+20191115103341+caf3166d40f/clang/lib/Analysis/plugins/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Analysis/plugins/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191115103341+caf3166d40f.orig/clang/lib/Analysis/plugins/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Analysis/plugins/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191115103341+caf3166d40f/clang/lib/Analysis/plugins/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Analysis/plugins/CMakeLists.txt
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-if(CLANG_ENABLE_STATIC_ANALYZER AND LLVM_ENABLE_PLUGINS) -if(CLANG_ENABLE_STATIC_ANALYZER AND LLVM_ENABLE_PLUGINS)
+if(CLANG_ENABLE_STATIC_ANALYZER AND LLVM_ENABLE_PLUGINS AND CLANG_BUILD_EXAMPLES) +if(CLANG_ENABLE_STATIC_ANALYZER AND LLVM_ENABLE_PLUGINS AND CLANG_BUILD_EXAMPLES)
add_subdirectory(SampleAnalyzer) add_subdirectory(SampleAnalyzer)
add_subdirectory(CheckerDependencyHandling) add_subdirectory(CheckerDependencyHandling)
add_subdirectory(CheckerOptionHandling) add_subdirectory(CheckerOptionHandling)
Index: llvm-toolchain-snapshot_10~+20191115103341+caf3166d40f/clang/test/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/test/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191115103341+caf3166d40f.orig/clang/test/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/test/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191115103341+caf3166d40f/clang/test/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/test/CMakeLists.txt
@@ -126,14 +126,12 @@ if( NOT CLANG_BUILT_STANDALONE ) @@ -128,14 +128,12 @@ if( NOT CLANG_BUILT_STANDALONE )
endif() endif()
endif() endif()

View File

@ -3,10 +3,10 @@
clang/test/CodeGen/linux-arm-atomic.c | 10 ++++++++++ clang/test/CodeGen/linux-arm-atomic.c | 10 ++++++++++
2 files changed, 24 insertions(+) 2 files changed, 24 insertions(+)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/test/CodeGen/linux-arm-atomic.c Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/test/CodeGen/linux-arm-atomic.c
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/test/CodeGen/linux-arm-atomic.c --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/test/CodeGen/linux-arm-atomic.c
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/test/CodeGen/linux-arm-atomic.c +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/test/CodeGen/linux-arm-atomic.c
@@ -1,5 +1,15 @@ @@ -1,5 +1,15 @@
// RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv7-unknown-linux | FileCheck %s // RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv7-unknown-linux | FileCheck %s
// RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-linux | FileCheck %s // RUN: %clang_cc1 %s -emit-llvm -o - -triple=armv6-unknown-linux | FileCheck %s

View File

@ -13,10 +13,10 @@ include search path, clang's header will call itself without any effect.
Therefore, it will do include_next until the define from the libc is existing (ex: _INTTYPES_H) Therefore, it will do include_next until the define from the libc is existing (ex: _INTTYPES_H)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Headers/inttypes.h Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Headers/inttypes.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/lib/Headers/inttypes.h --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Headers/inttypes.h
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Headers/inttypes.h +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Headers/inttypes.h
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
* *
\*===----------------------------------------------------------------------===*/ \*===----------------------------------------------------------------------===*/
@ -26,10 +26,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Headers/
// AIX system headers need inttypes.h to be re-enterable while _STD_TYPES_T // AIX system headers need inttypes.h to be re-enterable while _STD_TYPES_T
// is defined until an inclusion of it without _STD_TYPES_T occurs, in which // is defined until an inclusion of it without _STD_TYPES_T occurs, in which
// case the header guard macro is defined. // case the header guard macro is defined.
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Headers/limits.h Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Headers/limits.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/lib/Headers/limits.h --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Headers/limits.h
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Headers/limits.h +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Headers/limits.h
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
* *
\*===----------------------------------------------------------------------===*/ \*===----------------------------------------------------------------------===*/

View File

@ -1,10 +1,10 @@
# Force the version of clang in the analyzer # Force the version of clang in the analyzer
# This was causing the static analyzer to fail silently if the clang & clang++ are # This was causing the static analyzer to fail silently if the clang & clang++ are
# not installed # not installed
Index: llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/scan-build/libexec/ccc-analyzer Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/scan-build/libexec/ccc-analyzer
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3.orig/clang/tools/scan-build/libexec/ccc-analyzer --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/scan-build/libexec/ccc-analyzer
+++ llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/scan-build/libexec/ccc-analyzer +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/scan-build/libexec/ccc-analyzer
@@ -90,7 +90,7 @@ if ($FindBin::Script =~ /c\+\+-analyzer/ @@ -90,7 +90,7 @@ if ($FindBin::Script =~ /c\+\+-analyzer/
if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXXCompiler; } if (!defined $Compiler || (! -x $Compiler && ! SearchInPath($Compiler))) { $Compiler = $DefaultCXXCompiler; }

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/include/llvm/Support/ARMTargetParser.def Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/include/llvm/Support/ARMTargetParser.def
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/include/llvm/Support/ARMTargetParser.def --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/include/llvm/Support/ARMTargetParser.def
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/include/llvm/Support/ARMTargetParser.def +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/include/llvm/Support/ARMTargetParser.def
@@ -76,7 +76,7 @@ ARM_ARCH("armv6kz", ARMV6KZ, "6KZ", "v6k @@ -76,7 +76,7 @@ ARM_ARCH("armv6kz", ARMV6KZ, "6KZ", "v6k
ARM_ARCH("armv6-m", ARMV6M, "6-M", "v6m", ARMBuildAttrs::CPUArch::v6_M, ARM_ARCH("armv6-m", ARMV6M, "6-M", "v6m", ARMBuildAttrs::CPUArch::v6_M,
FK_NONE, ARM::AEK_NONE) FK_NONE, ARM::AEK_NONE)
@ -11,11 +11,11 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/include/llvm/
ARM_ARCH("armv7ve", ARMV7VE, "7VE", "v7ve", ARMBuildAttrs::CPUArch::v7, ARM_ARCH("armv7ve", ARMV7VE, "7VE", "v7ve", ARMBuildAttrs::CPUArch::v7,
FK_NEON, (ARM::AEK_SEC | ARM::AEK_MP | ARM::AEK_VIRT | FK_NEON, (ARM::AEK_SEC | ARM::AEK_MP | ARM::AEK_VIRT |
ARM::AEK_HWDIVARM | ARM::AEK_HWDIVTHUMB | ARM::AEK_DSP)) ARM::AEK_HWDIVARM | ARM::AEK_HWDIVTHUMB | ARM::AEK_DSP))
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/lib/Target/ARM/ARM.td Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/Target/ARM/ARM.td
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/lib/Target/ARM/ARM.td --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/lib/Target/ARM/ARM.td
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/lib/Target/ARM/ARM.td +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/Target/ARM/ARM.td
@@ -673,7 +673,8 @@ def ARMv6sm : Architecture<"armv6s-m", @@ -691,7 +691,8 @@ def ARMv6sm : Architecture<"armv6s-m",
FeatureStrictAlign]>; FeatureStrictAlign]>;
def ARMv7a : Architecture<"armv7-a", "ARMv7a", [HasV7Ops, def ARMv7a : Architecture<"armv7-a", "ARMv7a", [HasV7Ops,

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Arch/X86.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Arch/X86.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/lib/Driver/ToolChains/Arch/X86.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Driver/ToolChains/Arch/X86.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Arch/X86.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Arch/X86.cpp
@@ -101,8 +101,8 @@ const char *x86::getX86TargetCPU(const A @@ -100,8 +100,8 @@ const char *x86::getX86TargetCPU(const A
case llvm::Triple::Haiku: case llvm::Triple::Haiku:
return "i586"; return "i586";
default: default:

View File

@ -4,10 +4,10 @@
clang/tools/clang-format/clang-format.py | 2 +- clang/tools/clang-format/clang-format.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-) 3 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/clang-format/clang-format-diff.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/clang-format/clang-format-diff.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3.orig/clang/tools/clang-format/clang-format-diff.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/clang-format/clang-format-diff.py
+++ llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/clang-format/clang-format-diff.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/clang-format/clang-format-diff.py
@@ -54,7 +54,7 @@ def main(): @@ -54,7 +54,7 @@ def main():
parser.add_argument('-style', parser.add_argument('-style',
help='formatting style to apply (LLVM, Google, Chromium, ' help='formatting style to apply (LLVM, Google, Chromium, '
@ -17,10 +17,10 @@ Index: llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/clang-
help='location of binary to use for clang-format') help='location of binary to use for clang-format')
args = parser.parse_args() args = parser.parse_args()
Index: llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/clang-format/clang-format.el Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/clang-format/clang-format.el
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3.orig/clang/tools/clang-format/clang-format.el --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/clang-format/clang-format.el
+++ llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/clang-format/clang-format.el +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/clang-format/clang-format.el
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
:group 'tools) :group 'tools)
@ -30,11 +30,11 @@ Index: llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/clang-
"clang-format") "clang-format")
"Location of the clang-format executable. "Location of the clang-format executable.
Index: llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/clang-format/clang-format.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/clang-format/clang-format.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3.orig/clang/tools/clang-format/clang-format.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/clang-format/clang-format.py
+++ llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/clang-format/clang-format.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/clang-format/clang-format.py
@@ -36,7 +36,7 @@ import vim @@ -48,7 +48,7 @@ import vim
# set g:clang_format_path to the path to clang-format if it is not on the path # set g:clang_format_path to the path to clang-format if it is not on the path
# Change this to the full path if clang-format is not on the path. # Change this to the full path if clang-format is not on the path.

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Linux.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Linux.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/lib/Driver/ToolChains/Linux.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Driver/ToolChains/Linux.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Linux.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Linux.cpp
@@ -151,6 +151,10 @@ static std::string getMultiarchTriple(co @@ -151,6 +151,10 @@ std::string Linux::getMultiarchTriple(co
if (D.getVFS().exists(SysRoot + "/lib/powerpc64le-linux-gnu")) if (D.getVFS().exists(SysRoot + "/lib/powerpc64le-linux-gnu"))
return "powerpc64le-linux-gnu"; return "powerpc64le-linux-gnu";
break; break;
@ -13,7 +13,7 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/T
case llvm::Triple::sparc: case llvm::Triple::sparc:
if (D.getVFS().exists(SysRoot + "/lib/sparc-linux-gnu")) if (D.getVFS().exists(SysRoot + "/lib/sparc-linux-gnu"))
return "sparc-linux-gnu"; return "sparc-linux-gnu";
@@ -760,6 +764,8 @@ void Linux::AddClangSystemIncludeArgs(co @@ -762,6 +766,8 @@ void Linux::AddClangSystemIncludeArgs(co
"/usr/include/powerpc64-linux-gnu"}; "/usr/include/powerpc64-linux-gnu"};
const StringRef PPC64LEMultiarchIncludeDirs[] = { const StringRef PPC64LEMultiarchIncludeDirs[] = {
"/usr/include/powerpc64le-linux-gnu"}; "/usr/include/powerpc64le-linux-gnu"};
@ -22,7 +22,7 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/T
const StringRef SparcMultiarchIncludeDirs[] = { const StringRef SparcMultiarchIncludeDirs[] = {
"/usr/include/sparc-linux-gnu"}; "/usr/include/sparc-linux-gnu"};
const StringRef Sparc64MultiarchIncludeDirs[] = { const StringRef Sparc64MultiarchIncludeDirs[] = {
@@ -835,6 +841,9 @@ void Linux::AddClangSystemIncludeArgs(co @@ -837,6 +843,9 @@ void Linux::AddClangSystemIncludeArgs(co
case llvm::Triple::ppc64le: case llvm::Triple::ppc64le:
MultiarchIncludeDirs = PPC64LEMultiarchIncludeDirs; MultiarchIncludeDirs = PPC64LEMultiarchIncludeDirs;
break; break;

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_11~+20200119110253+84217ad6611/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~+20200119110253+84217ad6611.orig/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
+++ llvm-toolchain-snapshot_11~+20200119110253+84217ad6611/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
@@ -180,10 +180,10 @@ def main(): @@ -180,10 +180,10 @@ def main():
'clang-tidy and clang-apply-replacements in ' 'clang-tidy and clang-apply-replacements in '
'$PATH.') '$PATH.')

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang-tools-extra/clangd/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang-tools-extra/clangd/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang-tools-extra/clangd/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang-tools-extra/clangd/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang-tools-extra/clangd/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang-tools-extra/clangd/CMakeLists.txt
@@ -34,6 +34,11 @@ if(NOT HAVE_CXX_ATOMICS64_WITHOUT_LIB) @@ -34,6 +34,11 @@ if(NOT HAVE_CXX_ATOMICS_WITHOUT_LIB OR N
list(APPEND CLANGD_ATOMIC_LIB "atomic") list(APPEND CLANGD_ATOMIC_LIB "atomic")
endif() endif()

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
@@ -300,8 +300,8 @@ bool PerfJITEventListener::InitDebugging @@ -301,8 +301,8 @@ bool PerfJITEventListener::InitDebugging
// search for location to dump data to // search for location to dump data to
if (const char *BaseDir = getenv("JITDUMPDIR")) if (const char *BaseDir = getenv("JITDUMPDIR"))
Path.append(BaseDir); Path.append(BaseDir);

View File

@ -2,11 +2,11 @@
lib/Support/Unix/Memory.inc | 2 +- lib/Support/Unix/Memory.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/lib/Support/Unix/Memory.inc Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/Support/Unix/Memory.inc
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/lib/Support/Unix/Memory.inc --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/lib/Support/Unix/Memory.inc
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/lib/Support/Unix/Memory.inc +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/lib/Support/Unix/Memory.inc
@@ -256,7 +256,7 @@ void Memory::InvalidateInstructionCache( @@ -253,7 +253,7 @@ void Memory::InvalidateInstructionCache(
// FIXME: Can we safely always call this for __GNUC__ everywhere? // FIXME: Can we safely always call this for __GNUC__ everywhere?
const char *Start = static_cast<const char *>(Addr); const char *Start = static_cast<const char *>(Addr);
const char *End = Start + Len; const char *End = Start + Len;

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/lldb/third_party/Python/module/unittest2/unittest2/runner.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/third_party/Python/module/unittest2/unittest2/runner.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/lldb/third_party/Python/module/unittest2/unittest2/runner.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/third_party/Python/module/unittest2/unittest2/runner.py
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/lldb/third_party/Python/module/unittest2/unittest2/runner.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/third_party/Python/module/unittest2/unittest2/runner.py
@@ -174,9 +174,9 @@ class TextTestRunner(unittest.TextTestRu @@ -174,9 +174,9 @@ class TextTestRunner(unittest.TextTestRu
if hasattr(result, 'separator2'): if hasattr(result, 'separator2'):
self.stream.writeln(result.separator2) self.stream.writeln(result.separator2)

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/compiler-rt/lib/xray/xray_tsc.h Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/xray/xray_tsc.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/compiler-rt/lib/xray/xray_tsc.h --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/compiler-rt/lib/xray/xray_tsc.h
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/compiler-rt/lib/xray/xray_tsc.h +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/xray/xray_tsc.h
@@ -82,8 +82,6 @@ inline uint64_t getTSCFrequency() XRAY_N @@ -82,8 +82,6 @@ inline uint64_t getTSCFrequency() XRAY_N
} // namespace __xray } // namespace __xray

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-10-10.0.0~+rc2/compiler-rt/lib/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-10-10.0.0~+rc2.orig/compiler-rt/lib/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/compiler-rt/lib/CMakeLists.txt
+++ llvm-toolchain-10-10.0.0~+rc2/compiler-rt/lib/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/CMakeLists.txt
@@ -57,5 +57,8 @@ if(COMPILER_RT_BUILD_XRAY) @@ -57,5 +57,8 @@ if(COMPILER_RT_BUILD_XRAY)
endif() endif()
@ -12,10 +12,10 @@ Index: llvm-toolchain-10-10.0.0~+rc2/compiler-rt/lib/CMakeLists.txt
+ compiler_rt_build_runtime(fuzzer) + compiler_rt_build_runtime(fuzzer)
+ endif() + endif()
endif() endif()
Index: llvm-toolchain-10-10.0.0~+rc2/compiler-rt/test/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/test/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-10-10.0.0~+rc2.orig/compiler-rt/test/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/compiler-rt/test/CMakeLists.txt
+++ llvm-toolchain-10-10.0.0~+rc2/compiler-rt/test/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/test/CMakeLists.txt
@@ -55,7 +55,10 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS) @@ -55,7 +55,10 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS)
# OpenBSD not supporting asan, cannot run the tests # OpenBSD not supporting asan, cannot run the tests

View File

@ -11,10 +11,10 @@ Description: Silent a test failing on yakkety amd64
Author: Sylvestre <sylvestre@debian.org> Author: Sylvestre <sylvestre@debian.org>
Last-Update: 2016-08-26 Last-Update: 2016-08-26
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/llvm-symbolizer/print_context.c Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/llvm-symbolizer/print_context.c
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/tools/llvm-symbolizer/print_context.c --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/llvm-symbolizer/print_context.c
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/llvm-symbolizer/print_context.c +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/llvm-symbolizer/print_context.c
@@ -18,6 +18,7 @@ int main() { @@ -18,6 +18,7 @@ int main() {
// Inputs/print_context.o built with plain -g -c from this source file // Inputs/print_context.o built with plain -g -c from this source file
// Specifying -Xclang -fdebug-compilation-dir -Xclang . to make the debug info // Specifying -Xclang -fdebug-compilation-dir -Xclang . to make the debug info

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/unittests/Support/Path.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/unittests/Support/Path.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/unittests/Support/Path.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/unittests/Support/Path.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/unittests/Support/Path.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/unittests/Support/Path.cpp
@@ -447,7 +447,7 @@ protected: @@ -448,7 +448,7 @@ protected:
sys::path::append(NonExistantFile, "1B28B495C16344CB9822E588CD4C3EF0"); sys::path::append(NonExistantFile, "1B28B495C16344CB9822E588CD4C3EF0");
} }
@ -11,7 +11,7 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/unittests/Sup
}; };
TEST_F(FileSystemTest, Unique) { TEST_F(FileSystemTest, Unique) {
@@ -529,13 +529,13 @@ TEST_F(FileSystemTest, RealPath) { @@ -530,13 +530,13 @@ TEST_F(FileSystemTest, RealPath) {
// This can fail if $HOME is not set and getpwuid fails. // This can fail if $HOME is not set and getpwuid fails.
bool Result = llvm::sys::path::home_directory(HomeDir); bool Result = llvm::sys::path::home_directory(HomeDir);

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/include/clang/Basic/X86Target.def Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/include/clang/Basic/X86Target.def
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/include/clang/Basic/X86Target.def --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/include/clang/Basic/X86Target.def
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/include/clang/Basic/X86Target.def +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/include/clang/Basic/X86Target.def
@@ -312,7 +312,7 @@ CPU_SPECIFIC("pentium_mmx", 'D', "+mmx") @@ -312,7 +312,7 @@ CPU_SPECIFIC("pentium_mmx", 'D', "+mmx")
CPU_SPECIFIC("pentium_ii", 'E', "+cmov,+mmx") CPU_SPECIFIC("pentium_ii", 'E', "+cmov,+mmx")
CPU_SPECIFIC("pentium_iii", 'H', "+cmov,+mmx,+sse") CPU_SPECIFIC("pentium_iii", 'H', "+cmov,+mmx,+sse")

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/utils/lit/lit/Test.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/utils/lit/lit/Test.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/utils/lit/lit/Test.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/utils/lit/lit/Test.py
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/utils/lit/lit/Test.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/utils/lit/lit/Test.py
@@ -32,7 +32,7 @@ PASS = ResultCode('PASS', False) @@ -32,7 +32,7 @@ PASS = ResultCode('PASS', False)
FLAKYPASS = ResultCode('FLAKYPASS', False) FLAKYPASS = ResultCode('FLAKYPASS', False)
XFAIL = ResultCode('XFAIL', False) XFAIL = ResultCode('XFAIL', False)

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Linux.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Linux.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/lib/Driver/ToolChains/Linux.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Driver/ToolChains/Linux.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Linux.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Linux.cpp
@@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
#include "Arch/PPC.h" #include "Arch/PPC.h"
#include "Arch/RISCV.h" #include "Arch/RISCV.h"
@ -10,7 +10,7 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/T
#include "clang/Config/config.h" #include "clang/Config/config.h"
#include "clang/Driver/Distro.h" #include "clang/Driver/Distro.h"
#include "clang/Driver/Driver.h" #include "clang/Driver/Driver.h"
@@ -661,8 +662,18 @@ void Linux::AddClangSystemIncludeArgs(co @@ -663,8 +664,18 @@ void Linux::AddClangSystemIncludeArgs(co
SmallString<128> ResourceDirInclude(D.ResourceDir); SmallString<128> ResourceDirInclude(D.ResourceDir);
llvm::sys::path::append(ResourceDirInclude, "include"); llvm::sys::path::append(ResourceDirInclude, "include");
if (!DriverArgs.hasArg(options::OPT_nobuiltininc) && if (!DriverArgs.hasArg(options::OPT_nobuiltininc) &&

View File

@ -2,11 +2,11 @@
tools/llvm-config/llvm-config.cpp | 4 ++-- tools/llvm-config/llvm-config.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/tools/llvm-config/llvm-config.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/tools/llvm-config/llvm-config.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/tools/llvm-config/llvm-config.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/tools/llvm-config/llvm-config.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/tools/llvm-config/llvm-config.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/tools/llvm-config/llvm-config.cpp
@@ -560,9 +560,9 @@ int main(int argc, char **argv) { @@ -561,9 +561,9 @@ int main(int argc, char **argv) {
} else if (Arg == "--shared-mode") { } else if (Arg == "--shared-mode") {
PrintSharedMode = true; PrintSharedMode = true;
} else if (Arg == "--obj-root") { } else if (Arg == "--obj-root") {

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_11~+20200119110253+84217ad6611/clang/tools/scan-view/bin/scan-view Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/scan-view/bin/scan-view
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~+20200119110253+84217ad6611.orig/clang/tools/scan-view/bin/scan-view --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/scan-view/bin/scan-view
+++ llvm-toolchain-snapshot_11~+20200119110253+84217ad6611/clang/tools/scan-view/bin/scan-view +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/scan-view/bin/scan-view
@@ -28,6 +28,7 @@ kDefaultPort = 8181 @@ -28,6 +28,7 @@ kDefaultPort = 8181
kMaxPortsToTry = 100 kMaxPortsToTry = 100

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d/clang/lib/Basic/FileManager.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Basic/FileManager.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d.orig/clang/lib/Basic/FileManager.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Basic/FileManager.cpp
+++ llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d/clang/lib/Basic/FileManager.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Basic/FileManager.cpp
@@ -526,6 +526,12 @@ FileManager::getNoncachedStatValue(Strin @@ -526,6 +526,12 @@ FileManager::getNoncachedStatValue(Strin
return std::error_code(); return std::error_code();
} }
@ -15,10 +15,10 @@ Index: llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d/clang/lib/Basic/F
void FileManager::GetUniqueIDMapping( void FileManager::GetUniqueIDMapping(
SmallVectorImpl<const FileEntry *> &UIDToFiles) const { SmallVectorImpl<const FileEntry *> &UIDToFiles) const {
UIDToFiles.clear(); UIDToFiles.clear();
Index: llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d/lldb/include/lldb/lldb-defines.h Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/include/lldb/lldb-defines.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d.orig/lldb/include/lldb/lldb-defines.h --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/include/lldb/lldb-defines.h
+++ llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d/lldb/include/lldb/lldb-defines.h +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/include/lldb/lldb-defines.h
@@ -27,6 +27,11 @@ @@ -27,6 +27,11 @@
#define INT32_MAX 2147483647 #define INT32_MAX 2147483647
#endif #endif
@ -31,10 +31,10 @@ Index: llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d/lldb/include/lldb
#if !defined(UINT32_MAX) #if !defined(UINT32_MAX)
#define UINT32_MAX 4294967295U #define UINT32_MAX 4294967295U
#endif #endif
Index: llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d/polly/lib/External/ppcg/cuda_common.c Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/polly/lib/External/ppcg/cuda_common.c
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d.orig/polly/lib/External/ppcg/cuda_common.c --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/polly/lib/External/ppcg/cuda_common.c
+++ llvm-toolchain-snapshot_10~++20200108101405+78ce19b7e1d/polly/lib/External/ppcg/cuda_common.c +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/polly/lib/External/ppcg/cuda_common.c
@@ -15,6 +15,11 @@ @@ -15,6 +15,11 @@
#include "cuda_common.h" #include "cuda_common.h"
#include "ppcg.h" #include "ppcg.h"

View File

@ -2,10 +2,10 @@
clang/tools/CMakeLists.txt | 1 + clang/tools/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/tools/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/tools/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/tools/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/CMakeLists.txt
@@ -28,6 +28,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER) @@ -28,6 +28,7 @@ if(CLANG_ENABLE_STATIC_ANALYZER)
add_clang_subdirectory(clang-check) add_clang_subdirectory(clang-check)
add_clang_subdirectory(clang-extdef-mapping) add_clang_subdirectory(clang-extdef-mapping)

View File

@ -1,19 +1,19 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: libcpp-has-no-threads
+// XFAIL: * +// XFAIL: *
// FLAKY_TEST. // ALLOW_RETRIES: 2
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
// //
// UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: libcpp-has-no-threads
@ -21,5 +21,5 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/th
-// XFAIL: dylib-has-no-shared_mutex -// XFAIL: dylib-has-no-shared_mutex
+// XFAIL: * +// XFAIL: *
// FLAKY_TEST. // ALLOW_RETRIES: 2

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
// //
// GCC currently fails because it needs -fabi-version=6 to fix mangling of // GCC currently fails because it needs -fabi-version=6 to fix mangling of

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
@@ -11,6 +11,8 @@ @@ -11,6 +11,8 @@
// template<class RealType, size_t bits, class URNG> // template<class RealType, size_t bits, class URNG>
// RealType generate_canonical(URNG& g); // RealType generate_canonical(URNG& g);
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/nu
#include <random> #include <random>
#include <cassert> #include <cassert>
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/re/re.traits/isctype.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/re/re.traits/isctype.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/re/re.traits/isctype.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/re/re.traits/isctype.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/re/re.traits/isctype.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/re/re.traits/isctype.pass.cpp
@@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
// TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN. // TODO(EricWF): This test takes 40+ minutes to build with Clang 3.8 under ASAN or MSAN.
// UNSUPPORTED: asan, msan // UNSUPPORTED: asan, msan
@ -23,10 +23,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/re
#include <regex> #include <regex>
#include <cassert> #include <cassert>
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxxabi/test/catch_multi_level_pointer.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxxabi/test/catch_multi_level_pointer.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxxabi/test/catch_multi_level_pointer.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxxabi/test/catch_multi_level_pointer.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxxabi/test/catch_multi_level_pointer.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxxabi/test/catch_multi_level_pointer.pass.cpp
@@ -8,6 +8,8 @@ @@ -8,6 +8,8 @@
// UNSUPPORTED: libcxxabi-no-exceptions // UNSUPPORTED: libcxxabi-no-exceptions
@ -36,10 +36,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxxabi/test/cat
#include <cassert> #include <cassert>
#include <cstdlib> #include <cstdlib>
#include <iostream> #include <iostream>
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
@@ -15,6 +15,8 @@ @@ -15,6 +15,8 @@
// template <class T, class... Args> void construct(T* p, Args&&... args); // template <class T, class... Args> void construct(T* p, Args&&... args);

View File

@ -8,10 +8,10 @@ libcxx tests default to -O0 compilation so these test need to be marked failing
on arm to allow installing packages. Use cases is so borderline failure that it on arm to allow installing packages. Use cases is so borderline failure that it
shouldn't prevent building the package. (64bit atomics in 32bit mode) shouldn't prevent building the package. (64bit atomics in 32bit mode)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
@ -20,10 +20,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/at
// ... assertion fails line 34 // ... assertion fails line 34
// <atomic> // <atomic>
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
@ -32,10 +32,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/at
// ... assertion fails line 38 // ... assertion fails line 38
// <atomic> // <atomic>
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
@ -44,10 +44,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/at
// ... assertion fails line 34 // ... assertion fails line 34
// <atomic> // <atomic>
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //

View File

@ -10,10 +10,10 @@ To set instruction support one can check __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 defi
Bug: https://llvm.org/bugs/show_bug.cgi?id=19355 Bug: https://llvm.org/bugs/show_bug.cgi?id=19355
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxx/test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp
@@ -21,6 +21,14 @@ @@ -21,6 +21,14 @@
# error Feature test macro missing. # error Feature test macro missing.
#endif #endif

View File

@ -7,10 +7,10 @@ sure their ABI stays in sync.
No known upstream bug about this. No known upstream bug about this.
Index: llvm-toolchain-snapshot_11~++20200203101933+283b5e733d1/libcxxabi/src/cxa_exception.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxxabi/src/cxa_exception.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200203101933+283b5e733d1.orig/libcxxabi/src/cxa_exception.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxxabi/src/cxa_exception.cpp
+++ llvm-toolchain-snapshot_11~++20200203101933+283b5e733d1/libcxxabi/src/cxa_exception.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxxabi/src/cxa_exception.cpp
@@ -275,15 +275,16 @@ __cxa_throw(void *thrown_object, std::ty @@ -275,15 +275,16 @@ __cxa_throw(void *thrown_object, std::ty
#ifdef __USING_SJLJ_EXCEPTIONS__ #ifdef __USING_SJLJ_EXCEPTIONS__
@ -66,10 +66,10 @@ Index: llvm-toolchain-snapshot_11~++20200203101933+283b5e733d1/libcxxabi/src/cxa
#endif #endif
// Some sort of unwinding error. Note that terminate is a handler. // Some sort of unwinding error. Note that terminate is a handler.
__cxa_begin_catch(&dep_exception_header->unwindHeader); __cxa_begin_catch(&dep_exception_header->unwindHeader);
Index: llvm-toolchain-snapshot_11~++20200203101933+283b5e733d1/libcxxabi/src/cxa_exception.h Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxxabi/src/cxa_exception.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200203101933+283b5e733d1.orig/libcxxabi/src/cxa_exception.h --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxxabi/src/cxa_exception.h
+++ llvm-toolchain-snapshot_11~++20200203101933+283b5e733d1/libcxxabi/src/cxa_exception.h +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxxabi/src/cxa_exception.h
@@ -27,6 +27,45 @@ _LIBCXXABI_HIDDEN uint64_t __getExceptio @@ -27,6 +27,45 @@ _LIBCXXABI_HIDDEN uint64_t __getExceptio
_LIBCXXABI_HIDDEN void __setExceptionClass ( _Unwind_Exception*, uint64_t); _LIBCXXABI_HIDDEN void __setExceptionClass ( _Unwind_Exception*, uint64_t);
_LIBCXXABI_HIDDEN bool __isOurExceptionClass(const _Unwind_Exception*); _LIBCXXABI_HIDDEN bool __isOurExceptionClass(const _Unwind_Exception*);

View File

@ -2,10 +2,10 @@ Powerpc has extended double that doesn't match x86 coding. Power format would
need special tests to verify correctness but for now it is enough to prevent need special tests to verify correctness but for now it is enough to prevent
incorrect test from running. incorrect test from running.
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxxabi/test/test_demangle.pass.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxxabi/test/test_demangle.pass.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/libcxxabi/test/test_demangle.pass.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/libcxxabi/test/test_demangle.pass.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/libcxxabi/test/test_demangle.pass.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/libcxxabi/test/test_demangle.pass.cpp
@@ -29834,7 +29834,7 @@ const char* invalid_cases[] = @@ -29834,7 +29834,7 @@ const char* invalid_cases[] =
"NSoERj5E=Y1[uM:ga", "NSoERj5E=Y1[uM:ga",
"Aon_PmKVPDk7?fg4XP5smMUL6;<WsI_mgbf23cCgsHbT<l8EE\0uVRkNOoXDrgdA4[8IU>Vl<>IL8ayHpiVDDDXTY;^o9;i", "Aon_PmKVPDk7?fg4XP5smMUL6;<WsI_mgbf23cCgsHbT<l8EE\0uVRkNOoXDrgdA4[8IU>Vl<>IL8ayHpiVDDDXTY;^o9;i",

View File

@ -2,10 +2,10 @@
lldb/source/API/CMakeLists.txt | 14 +++++++------- lldb/source/API/CMakeLists.txt | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-) 1 file changed, 7 insertions(+), 7 deletions(-)
Index: llvm-toolchain-snapshot_10~++20200103094450+3186b18b998/lldb/source/API/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/source/API/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200103094450+3186b18b998.orig/lldb/source/API/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/source/API/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~++20200103094450+3186b18b998/lldb/source/API/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/source/API/CMakeLists.txt
@@ -19,7 +19,12 @@ if(LLDB_BUILD_FRAMEWORK) @@ -19,7 +19,12 @@ if(LLDB_BUILD_FRAMEWORK)
set(option_framework FRAMEWORK) set(option_framework FRAMEWORK)
endif() endif()
@ -20,7 +20,7 @@ Index: llvm-toolchain-snapshot_10~++20200103094450+3186b18b998/lldb/source/API/C
SBAddress.cpp SBAddress.cpp
SBAttachInfo.cpp SBAttachInfo.cpp
SBBlock.cpp SBBlock.cpp
@@ -151,7 +156,7 @@ endif() @@ -160,7 +165,7 @@ endif()
set_target_properties(liblldb set_target_properties(liblldb
PROPERTIES PROPERTIES
@ -29,7 +29,7 @@ Index: llvm-toolchain-snapshot_10~++20200103094450+3186b18b998/lldb/source/API/C
) )
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows") if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
@@ -176,11 +181,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows" @@ -185,11 +190,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows"
if (MSVC AND LLDB_ENABLE_PYTHON) if (MSVC AND LLDB_ENABLE_PYTHON)
target_link_libraries(liblldb PRIVATE ${PYTHON_LIBRARIES}) target_link_libraries(liblldb PRIVATE ${PYTHON_LIBRARIES})
endif() endif()

View File

@ -12,10 +12,10 @@ which could then break something else.
This probably should have upstream bug but I couldn't find any existing report. This probably should have upstream bug but I couldn't find any existing report.
Index: llvm-toolchain-snapshot_11~++20200114112031+ddbc0b1e516/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200114112031+ddbc0b1e516.orig/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
+++ llvm-toolchain-snapshot_11~++20200114112031+ddbc0b1e516/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
@@ -35,6 +35,7 @@ @@ -35,6 +35,7 @@
#include "lldb/Utility/StreamString.h" #include "lldb/Utility/StreamString.h"
#include "llvm/ADT/SmallString.h" #include "llvm/ADT/SmallString.h"

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~++20200109103418+595ac8c46ea/lldb/bindings/python.swig Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/bindings/python.swig
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200109103418+595ac8c46ea.orig/lldb/bindings/python.swig --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/bindings/python.swig
+++ llvm-toolchain-snapshot_10~++20200109103418+595ac8c46ea/lldb/bindings/python.swig +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/bindings/python.swig
@@ -50,7 +50,7 @@ except ImportError: @@ -50,7 +50,7 @@ except ImportError:
%enddef %enddef
// These versions will not generate working python modules, so error out early. // These versions will not generate working python modules, so error out early.

View File

@ -6,10 +6,10 @@ Last-Update: 2016-07-27
lldb/cmake/LLDBDependencies.cmake | 6 ++++++ lldb/cmake/LLDBDependencies.cmake | 6 ++++++
1 file changed, 6 insertions(+) 1 file changed, 6 insertions(+)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/lldb/source/Utility/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/source/Utility/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/lldb/source/Utility/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/source/Utility/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/lldb/source/Utility/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/source/Utility/CMakeLists.txt
@@ -2,6 +2,13 @@ set(LLDB_SYSTEM_LIBS) @@ -2,6 +2,13 @@ set(LLDB_SYSTEM_LIBS)
list(APPEND LLDB_SYSTEM_LIBS ${system_libs}) list(APPEND LLDB_SYSTEM_LIBS ${system_libs})

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~++20200114112031+ddbc0b1e516/lldb/tools/argdumper/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/tools/argdumper/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200114112031+ddbc0b1e516.orig/lldb/tools/argdumper/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/tools/argdumper/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~++20200114112031+ddbc0b1e516/lldb/tools/argdumper/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/tools/argdumper/CMakeLists.txt
@@ -4,3 +4,6 @@ add_lldb_tool(lldb-argdumper ADD_TO_FRAM @@ -4,3 +4,6 @@ add_lldb_tool(lldb-argdumper ADD_TO_FRAM
LINK_COMPONENTS LINK_COMPONENTS
Support Support
@ -9,10 +9,10 @@ Index: llvm-toolchain-snapshot_10~++20200114112031+ddbc0b1e516/lldb/tools/argdum
+ +
+install(TARGETS lldb-argdumper +install(TARGETS lldb-argdumper
+ RUNTIME DESTINATION bin) + RUNTIME DESTINATION bin)
Index: llvm-toolchain-snapshot_10~++20200114112031+ddbc0b1e516/lldb/tools/lldb-server/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/tools/lldb-server/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200114112031+ddbc0b1e516.orig/lldb/tools/lldb-server/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/tools/lldb-server/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~++20200114112031+ddbc0b1e516/lldb/tools/lldb-server/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/tools/lldb-server/CMakeLists.txt
@@ -52,3 +52,7 @@ add_lldb_tool(lldb-server @@ -52,3 +52,7 @@ add_lldb_tool(lldb-server
target_include_directories(lldb-server PRIVATE "${LLDB_SOURCE_DIR}/source") target_include_directories(lldb-server PRIVATE "${LLDB_SOURCE_DIR}/source")

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Arch/Mips.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Arch/Mips.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/lib/Driver/ToolChains/Arch/Mips.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Driver/ToolChains/Arch/Mips.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Driver/ToolChains/Arch/Mips.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Driver/ToolChains/Arch/Mips.cpp
@@ -468,10 +468,10 @@ bool mips::isFP64ADefault(const llvm::Tr @@ -468,10 +468,10 @@ bool mips::isFP64ADefault(const llvm::Tr
bool mips::isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName, bool mips::isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName,

View File

@ -5,11 +5,11 @@ Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2019-11-26 Last-Update: 2019-11-26
Index: llvm-toolchain-snapshot_10~+20191225062409+aff6c9db9a9/llvm/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191225062409+aff6c9db9a9.orig/llvm/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191225062409+aff6c9db9a9/llvm/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/CMakeLists.txt
@@ -351,24 +351,22 @@ option(LLVM_ENABLE_ZLIB "Use zlib for co @@ -352,24 +352,22 @@ set(LLVM_ENABLE_ZLIB "ON" CACHE STRING "
set(LLVM_Z3_INSTALL_DIR "" CACHE STRING "Install directory of the Z3 solver.") set(LLVM_Z3_INSTALL_DIR "" CACHE STRING "Install directory of the Z3 solver.")

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/openmp/runtime/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/openmp/runtime/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/openmp/runtime/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/openmp/runtime/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/openmp/runtime/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/openmp/runtime/CMakeLists.txt
@@ -341,7 +341,8 @@ else() @@ -341,7 +341,8 @@ else()
set(LIBOMP_INSTALL_KIND ARCHIVE) set(LIBOMP_INSTALL_KIND ARCHIVE)
endif() endif()

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/openmp/runtime/src/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/openmp/runtime/src/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/openmp/runtime/src/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/openmp/runtime/src/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/openmp/runtime/src/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/openmp/runtime/src/CMakeLists.txt
@@ -167,7 +167,8 @@ endif() @@ -168,7 +168,8 @@ endif()
# Linking command will include libraries in LIBOMP_CONFIGURED_LIBFLAGS # Linking command will include libraries in LIBOMP_CONFIGURED_LIBFLAGS
libomp_get_libflags(LIBOMP_CONFIGURED_LIBFLAGS) libomp_get_libflags(LIBOMP_CONFIGURED_LIBFLAGS)

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/openmp/runtime/tools/check-execstack.pl Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/openmp/runtime/tools/check-execstack.pl
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/openmp/runtime/tools/check-execstack.pl --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/openmp/runtime/tools/check-execstack.pl
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/openmp/runtime/tools/check-execstack.pl +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/openmp/runtime/tools/check-execstack.pl
@@ -45,7 +45,8 @@ sub execstack($) { @@ -45,7 +45,8 @@ sub execstack($) {
# GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RWE 0x4 # GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RWE 0x4
# Linux* OS Intel(R) 64: # Linux* OS Intel(R) 64:

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/openmp/runtime/src/kmp_affinity.h Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/openmp/runtime/src/kmp_affinity.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/openmp/runtime/src/kmp_affinity.h --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/openmp/runtime/src/kmp_affinity.h
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/openmp/runtime/src/kmp_affinity.h +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/openmp/runtime/src/kmp_affinity.h
@@ -211,28 +211,29 @@ public: @@ -211,28 +211,29 @@ public:
#elif __NR_sched_getaffinity != 223 #elif __NR_sched_getaffinity != 223
#error Wrong code for getaffinity system call. #error Wrong code for getaffinity system call.

View File

@ -1,11 +1,11 @@
Author: Gianfranco Costamagna <locutusofborg@debian.org> Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2020-01-21 Last-Update: 2020-01-21
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
@@ -355,6 +355,8 @@ void ScriptInterpreterPython::ComputePyt @@ -377,6 +377,8 @@ void ScriptInterpreterPython::ComputePyt
// x86_64, or bin on Windows). // x86_64, or bin on Windows).
llvm::sys::path::remove_filename(path); llvm::sys::path::remove_filename(path);
llvm::sys::path::append(path, LLDB_PYTHON_RELATIVE_LIBDIR); llvm::sys::path::append(path, LLDB_PYTHON_RELATIVE_LIBDIR);

View File

@ -2,10 +2,10 @@
clang/bindings/python/clang/cindex.py | 2 +- clang/bindings/python/clang/cindex.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
Index: llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/bindings/python/clang/cindex.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/bindings/python/clang/cindex.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3.orig/clang/bindings/python/clang/cindex.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/bindings/python/clang/cindex.py
+++ llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/bindings/python/clang/cindex.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/bindings/python/clang/cindex.py
@@ -4160,7 +4160,7 @@ class Config(object): @@ -4160,7 +4160,7 @@ class Config(object):
elif name == 'Windows': elif name == 'Windows':
file = 'libclang.dll' file = 'libclang.dll'

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/CommandGuide/clang.rst Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/CommandGuide/clang.rst
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/docs/CommandGuide/clang.rst --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/docs/CommandGuide/clang.rst
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/CommandGuide/clang.rst +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/docs/CommandGuide/clang.rst
@@ -310,20 +310,10 @@ Clang fully supports cross compilation a @@ -319,20 +319,10 @@ Clang fully supports cross compilation a
Depending on how your version of Clang is configured, it may have support for a Depending on how your version of Clang is configured, it may have support for a
number of cross compilers, or may only support a native target. number of cross compilers, or may only support a native target.
@ -24,7 +24,7 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/Command
.. option:: --print-supported-cpus .. option:: --print-supported-cpus
Print out a list of supported processors for the given target (specified Print out a list of supported processors for the given target (specified
@@ -626,11 +616,6 @@ ENVIRONMENT @@ -635,11 +625,6 @@ ENVIRONMENT
These environment variables specify additional paths, as for :envvar:`CPATH`, which are These environment variables specify additional paths, as for :envvar:`CPATH`, which are
only used when processing the appropriate language. only used when processing the appropriate language.

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypass_test.cpp
@@ -1,29 +0,0 @@ @@ -1,29 +0,0 @@
-// RUN: %clangxx -O2 %s -o %t && %run %t 2>&1 | FileCheck %s -// RUN: %clangxx -O2 %s -o %t && %run %t 2>&1 | FileCheck %s
- -

View File

@ -2,10 +2,10 @@
clang/tools/scan-build/bin/scan-build | 2 +- clang/tools/scan-build/bin/scan-build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
Index: llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/scan-build/bin/scan-build Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/scan-build/bin/scan-build
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3.orig/clang/tools/scan-build/bin/scan-build --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/scan-build/bin/scan-build
+++ llvm-toolchain-snapshot_11~+20191120075550+5b8546023f3/clang/tools/scan-build/bin/scan-build +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/scan-build/bin/scan-build
@@ -1478,7 +1478,7 @@ sub FindClang { @@ -1478,7 +1478,7 @@ sub FindClang {
if (!defined $Options{AnalyzerDiscoveryMethod}) { if (!defined $Options{AnalyzerDiscoveryMethod}) {
$Clang = Cwd::realpath("$RealBin/bin/clang") if (-f "$RealBin/bin/clang"); $Clang = Cwd::realpath("$RealBin/bin/clang") if (-f "$RealBin/bin/clang");

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/tools/scan-view/bin/scan-view Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/scan-view/bin/scan-view
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/tools/scan-view/bin/scan-view --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/tools/scan-view/bin/scan-view
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/tools/scan-view/bin/scan-view +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/tools/scan-view/bin/scan-view
@@ -65,7 +65,7 @@ def start_browser(port, options): @@ -65,7 +65,7 @@ def start_browser(port, options):
def run(port, options, root): def run(port, options, root):

View File

@ -18,10 +18,10 @@
test/Feature/load_module.ll | 1 - test/Feature/load_module.ll | 1 -
17 files changed, 14 insertions(+), 17 deletions(-) 17 files changed, 14 insertions(+), 17 deletions(-)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386 -; XFAIL: mips-, mipsel-, i686, i386
@ -29,10 +29,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
; REQUIRES: cxx-shared-library ; REQUIRES: cxx-shared-library
; RUN: %lli -relocation-model=pic -code-model=large %s ; RUN: %lli -relocation-model=pic -code-model=large %s
@ -41,10 +41,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
declare i8* @__cxa_allocate_exception(i64) declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*) declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...) declare i32 @__gxx_personality_v0(...)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386 -; XFAIL: mips-, mipsel-, i686, i386
@ -52,10 +52,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s ; RUN: %lli -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm -; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm
@ -63,10 +63,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
define i32 @main() nounwind { define i32 @main() nounwind {
entry: entry:
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386 -; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
@ -74,10 +74,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
@count = global i32 1, align 4 @count = global i32 1, align 4
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -O0 -relocation-model=pic -code-model=small %s ; RUN: %lli -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386 -; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
@ -85,10 +85,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
@ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4 @ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386 -; XFAIL: mips-, mipsel-, i686, i386
@ -96,10 +96,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
; REQUIRES: cxx-shared-library ; REQUIRES: cxx-shared-library
; RUN: %lli -jit-kind=orc-mcjit -relocation-model=pic -code-model=large %s ; RUN: %lli -jit-kind=orc-mcjit -relocation-model=pic -code-model=large %s
@ -108,10 +108,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
declare i8* @__cxa_allocate_exception(i64) declare i8* @__cxa_allocate_exception(i64)
declare void @__cxa_throw(i8*, i8*, i8*) declare void @__cxa_throw(i8*, i8*, i8*)
declare i32 @__gxx_personality_v0(...) declare i32 @__gxx_personality_v0(...)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386 -; XFAIL: mips-, mipsel-, i686, i386
@ -119,10 +119,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \ ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
; RUN: -relocation-model=pic -code-model=small %s > /dev/null ; RUN: -relocation-model=pic -code-model=small %s > /dev/null
@ -131,10 +131,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
; UNSUPPORTED: powerpc64-unknown-linux-gnu ; UNSUPPORTED: powerpc64-unknown-linux-gnu
; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \ ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
; RUN: -O0 -relocation-model=pic -code-model=small %s ; RUN: -O0 -relocation-model=pic -code-model=small %s
@ -143,10 +143,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
; UNSUPPORTED: powerpc64-unknown-linux-gnu ; UNSUPPORTED: powerpc64-unknown-linux-gnu
; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -jit-kind=orc-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s ; RUN: %lli -jit-kind=orc-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm -; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm
@ -154,10 +154,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
define i32 @main() nounwind { define i32 @main() nounwind {
entry: entry:
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -jit-kind=orc-mcjit -relocation-model=pic -code-model=small %s > /dev/null ; RUN: %lli -jit-kind=orc-mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386 -; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
@ -165,10 +165,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
@count = global i32 1, align 4 @count = global i32 1, align 4
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
; RUN: %lli -jit-kind=orc-mcjit -O0 -relocation-model=pic -code-model=small %s ; RUN: %lli -jit-kind=orc-mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386 -; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
@ -176,10 +176,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Executio
@.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
@ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4 @ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Feature/load_module.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/Feature/load_module.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/Feature/load_module.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/Feature/load_module.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/Feature/load_module.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/Feature/load_module.ll
@@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
; RUN: -disable-output 2>&1 | grep Hello ; RUN: -disable-output 2>&1 | grep Hello
; REQUIRES: plugins ; REQUIRES: plugins

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/MC/AMDGPU/hsa.s Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/MC/AMDGPU/hsa.s
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/MC/AMDGPU/hsa.s --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/MC/AMDGPU/hsa.s
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/MC/AMDGPU/hsa.s +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/MC/AMDGPU/hsa.s
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
// RUN: llvm-mc -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | FileCheck %s --check-prefix=ASM // RUN: llvm-mc -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | FileCheck %s --check-prefix=ASM
// RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | llvm-readobj --symbols -S --sd | FileCheck %s --check-prefix=ELF // RUN: llvm-mc -filetype=obj -triple amdgcn--amdhsa -mcpu=kaveri -mattr=-code-object-v3 -show-encoding %s | llvm-readobj --symbols -S --sd | FileCheck %s --check-prefix=ELF

View File

@ -12,10 +12,10 @@ Description: fails on debian unstable amd64
^ ^
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/gold/X86/start-lib-common.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/start-lib-common.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/tools/gold/X86/start-lib-common.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/start-lib-common.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/gold/X86/start-lib-common.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/start-lib-common.ll
@@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
; RUN: -shared %t1.o --start-lib %t2.o --end-lib -o %t3.o ; RUN: -shared %t1.o --start-lib %t2.o --end-lib -o %t3.o
; RUN: llvm-dis %t3.o -o - | FileCheck %s ; RUN: llvm-dis %t3.o -o - | FileCheck %s
@ -24,10 +24,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/go
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
@x = common global i32 0, align 4 @x = common global i32 0, align 4
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/gold/X86/comdat.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/comdat.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/tools/gold/X86/comdat.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/comdat.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/gold/X86/comdat.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/comdat.ll
@@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
; RUN: -plugin-opt=save-temps ; RUN: -plugin-opt=save-temps
; RUN: FileCheck --check-prefix=RES %s < %t3.o.resolution.txt ; RUN: FileCheck --check-prefix=RES %s < %t3.o.resolution.txt

View File

@ -15,10 +15,10 @@
test/tools/gold/X86/visibility.ll | 1 + test/tools/gold/X86/visibility.ll | 1 +
14 files changed, 19 insertions(+), 2 deletions(-) 14 files changed, 19 insertions(+), 2 deletions(-)
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/common_thinlto.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/common_thinlto.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/common_thinlto.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/common_thinlto.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/common_thinlto.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/common_thinlto.ll
@@ -17,6 +17,7 @@ @@ -17,6 +17,7 @@
; RUN: llvm-nm %t3 | FileCheck %s --check-prefix=NM ; RUN: llvm-nm %t3 | FileCheck %s --check-prefix=NM
@ -27,10 +27,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
source_filename = "common1.c" source_filename = "common1.c"
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/emit-llvm.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/emit-llvm.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/emit-llvm.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/emit-llvm.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/emit-llvm.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/emit-llvm.ll
@@ -21,6 +21,8 @@ @@ -21,6 +21,8 @@
; RUN: not test -a %t4.o ; RUN: not test -a %t4.o
@ -40,10 +40,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/parallel.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/parallel.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/parallel.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/parallel.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/parallel.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/parallel.ll
@@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
; RUN: llvm-dis %t.1.5.precodegen.bc -o - | FileCheck --check-prefix=CHECK-BC1 %s ; RUN: llvm-dis %t.1.5.precodegen.bc -o - | FileCheck --check-prefix=CHECK-BC1 %s
; RUN: llvm-nm %t.o | FileCheck --check-prefix=CHECK0 %s ; RUN: llvm-nm %t.o | FileCheck --check-prefix=CHECK0 %s
@ -52,10 +52,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/pr19901_thinlto.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/pr19901_thinlto.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/pr19901_thinlto.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/pr19901_thinlto.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/pr19901_thinlto.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/pr19901_thinlto.ll
@@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
; RUN: --plugin-opt=thinlto \ ; RUN: --plugin-opt=thinlto \
; RUN: -shared -m elf_x86_64 -o %t.so %t2.o %t.o ; RUN: -shared -m elf_x86_64 -o %t.so %t2.o %t.o
@ -64,10 +64,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
; CHECK: Symbol { ; CHECK: Symbol {
; CHECK: Name: f ; CHECK: Name: f
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/slp-vectorize.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/slp-vectorize.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/slp-vectorize.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/slp-vectorize.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/slp-vectorize.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/slp-vectorize.ll
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
; test that the vectorizer is run. ; test that the vectorizer is run.
@ -76,10 +76,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/strip_names.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/strip_names.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/strip_names.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/strip_names.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/strip_names.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/strip_names.ll
@@ -25,6 +25,7 @@ @@ -25,6 +25,7 @@
; NONAME: %2 = load i32, i32* @GlobalValueName ; NONAME: %2 = load i32, i32* @GlobalValueName
; NONAME: %3 = add i32 %0, %2 ; NONAME: %3 = add i32 %0, %2
@ -88,11 +88,11 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/thinlto.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/thinlto.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto.ll
@@ -141,6 +141,8 @@ @@ -140,6 +140,8 @@
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
@ -101,10 +101,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
declare void @g(...) declare void @g(...)
define void @f() { define void @f() {
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto_archive.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto_archive.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/thinlto_archive.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/thinlto_archive.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto_archive.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto_archive.ll
@@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
; RUN: --plugin-opt=jobs=1 \ ; RUN: --plugin-opt=jobs=1 \
; RUN: -shared %t.o %t.a -o %t4 2>&1 | FileCheck %s ; RUN: -shared %t.o %t.a -o %t4 2>&1 | FileCheck %s
@ -113,10 +113,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto_internalize.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto_internalize.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/thinlto_internalize.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/thinlto_internalize.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto_internalize.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto_internalize.ll
@@ -14,6 +14,8 @@ @@ -14,6 +14,8 @@
; h() should be internalized after promotion, and eliminated after inlining ; h() should be internalized after promotion, and eliminated after inlining
; CHECK-NOT: @h.llvm. ; CHECK-NOT: @h.llvm.
@ -126,10 +126,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
define i32 @g() { define i32 @g() {
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll
@@ -23,6 +23,8 @@ @@ -23,6 +23,8 @@
; OPT-NOT: @f() ; OPT-NOT: @f()
; OPT2: define weak_odr hidden void @f() ; OPT2: define weak_odr hidden void @f()
@ -139,10 +139,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
define i32 @g() { define i32 @g() {
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto_weak_resolution.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto_weak_resolution.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/thinlto_weak_resolution.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/thinlto_weak_resolution.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/thinlto_weak_resolution.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/thinlto_weak_resolution.ll
@@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
; RUN: --plugin-opt=save-temps \ ; RUN: --plugin-opt=save-temps \
; RUN: -shared \ ; RUN: -shared \
@ -151,10 +151,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
; RUN: llvm-nm %t3.o | FileCheck %s ; RUN: llvm-nm %t3.o | FileCheck %s
; CHECK: weakfunc ; CHECK: weakfunc
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/type-merge2.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/type-merge2.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/type-merge2.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/type-merge2.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/type-merge2.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/type-merge2.ll
@@ -6,6 +6,8 @@ @@ -6,6 +6,8 @@
; RUN: -shared %t.o %t2.o -o %t3.o ; RUN: -shared %t.o %t2.o -o %t3.o
; RUN: llvm-dis %t3.o.0.2.internalize.bc -o - | FileCheck %s ; RUN: llvm-dis %t3.o.0.2.internalize.bc -o - | FileCheck %s
@ -164,10 +164,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/vectorize.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/vectorize.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/vectorize.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/vectorize.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/vectorize.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/vectorize.ll
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
; test that the vectorizer is run. ; test that the vectorizer is run.
@ -176,10 +176,10 @@ Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/g
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu" target triple = "x86_64-unknown-linux-gnu"
Index: llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/visibility.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/visibility.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~++20200102102250+982695c0693.orig/llvm/test/tools/gold/X86/visibility.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/gold/X86/visibility.ll
+++ llvm-toolchain-snapshot_10~++20200102102250+982695c0693/llvm/test/tools/gold/X86/visibility.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/gold/X86/visibility.ll
@@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
; CHECK-NEXT: Other [ ; CHECK-NEXT: Other [
; CHECK-NEXT: STV_PROTECTED ; CHECK-NEXT: STV_PROTECTED

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll
@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
; without copying the whole lib dir or polluting the build dir. ; without copying the whole lib dir or polluting the build dir.
; REQUIRES: static-libs ; REQUIRES: static-libs
@ -10,10 +10,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/ll
; The above also applies if the binary is built with libc++. ; The above also applies if the binary is built with libc++.
; UNSUPPORTED: libcxx-used ; UNSUPPORTED: libcxx-used
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
; If the binary looks up libraries using an rpath, we can't test this ; If the binary looks up libraries using an rpath, we can't test this
; without copying the whole lib dir or polluting the build dir. ; without copying the whole lib dir or polluting the build dir.

View File

@ -8,10 +8,10 @@
test/Feature/load_module.ll | 1 + test/Feature/load_module.ll | 1 +
4 files changed, 5 insertions(+), 1 deletion(-) 4 files changed, 5 insertions(+), 1 deletion(-)
Index: llvm-toolchain-snapshot_10~+2019103014341007006cb181f086a/llvm/test/BugPoint/metadata.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/BugPoint/metadata.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+2019103014341007006cb181f086a.orig/llvm/test/BugPoint/metadata.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/BugPoint/metadata.ll
+++ llvm-toolchain-snapshot_10~+2019103014341007006cb181f086a/llvm/test/BugPoint/metadata.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/BugPoint/metadata.ll
@@ -18,6 +18,8 @@ @@ -18,6 +18,8 @@
; NOTYPE: !DICompileUnit ; NOTYPE: !DICompileUnit
; NOTYPE-NOT: !DIBasicType ; NOTYPE-NOT: !DIBasicType
@ -21,10 +21,10 @@ Index: llvm-toolchain-snapshot_10~+2019103014341007006cb181f086a/llvm/test/BugPo
%rust_task = type {} %rust_task = type {}
define void @test(i32* %a, i8* %b) !dbg !9 { define void @test(i32* %a, i8* %b) !dbg !9 {
%s = mul i8 22, 9, !attach !0, !dbg !10 %s = mul i8 22, 9, !attach !0, !dbg !10
Index: llvm-toolchain-snapshot_10~+2019103014341007006cb181f086a/llvm/test/Feature/load_module.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/Feature/load_module.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+2019103014341007006cb181f086a.orig/llvm/test/Feature/load_module.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/Feature/load_module.ll
+++ llvm-toolchain-snapshot_10~+2019103014341007006cb181f086a/llvm/test/Feature/load_module.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/Feature/load_module.ll
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
; RUN: -disable-output 2>&1 | grep Hello ; RUN: -disable-output 2>&1 | grep Hello
; REQUIRES: plugins ; REQUIRES: plugins

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ThinLTO/X86/autoupgrade.ll Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ThinLTO/X86/autoupgrade.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/test/ThinLTO/X86/autoupgrade.ll --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/ThinLTO/X86/autoupgrade.ll
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/test/ThinLTO/X86/autoupgrade.ll +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/ThinLTO/X86/autoupgrade.ll
@@ -3,6 +3,8 @@ @@ -3,6 +3,8 @@
; RUN: opt -module-summary %s -o %t.bc ; RUN: opt -module-summary %s -o %t.bc
; RUN: llvm-lto -thinlto-action=thinlink -o %t3.bc %t.bc %p/Inputs/autoupgrade.bc ; RUN: llvm-lto -thinlto-action=thinlink -o %t3.bc %t.bc %p/Inputs/autoupgrade.bc

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_11~++20200316083520+56aed6144a1/llvm/test/Object/macho-invalid.test Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/Object/macho-invalid.test
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200316083520+56aed6144a1.orig/llvm/test/Object/macho-invalid.test --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/test/Object/macho-invalid.test
+++ llvm-toolchain-snapshot_11~++20200316083520+56aed6144a1/llvm/test/Object/macho-invalid.test +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/test/Object/macho-invalid.test
@@ -284,9 +284,6 @@ INVALID-DYLIB-WRONG-FILETYPE: macho-inva @@ -284,9 +284,6 @@ INVALID-DYLIB-WRONG-FILETYPE: macho-inva
RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-dylib-no-id 2>&1 | FileCheck --check-prefix=INVALID-DYLIB-NO-ID %s RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-invalid-dylib-no-id 2>&1 | FileCheck --check-prefix=INVALID-DYLIB-NO-ID %s
INVALID-DYLIB-NO-ID: macho-invalid-dylib-no-id': truncated or malformed object (no LC_ID_DYLIB load command in dynamic library filetype) INVALID-DYLIB-NO-ID: macho-invalid-dylib-no-id': truncated or malformed object (no LC_ID_DYLIB load command in dynamic library filetype)

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
@@ -25,6 +25,10 @@ @@ -25,6 +25,10 @@
#include "sanitizer_symbolizer_internal.h" #include "sanitizer_symbolizer_internal.h"
#include "sanitizer_symbolizer_libbacktrace.h" #include "sanitizer_symbolizer_libbacktrace.h"

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/utils/lit/lit/ProgressBar.py Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/utils/lit/lit/ProgressBar.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/utils/lit/lit/ProgressBar.py --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/llvm/utils/lit/lit/ProgressBar.py
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/utils/lit/lit/ProgressBar.py +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/llvm/utils/lit/lit/ProgressBar.py
@@ -189,15 +189,7 @@ class SimpleProgressBar: @@ -189,15 +189,7 @@ class SimpleProgressBar:
return return

View File

@ -8,10 +8,10 @@
clang/lib/Headers/unwind.h | 9 +++++---- clang/lib/Headers/unwind.h | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-) 1 file changed, 5 insertions(+), 4 deletions(-)
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Headers/unwind.h Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Headers/unwind.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/lib/Headers/unwind.h --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/clang/lib/Headers/unwind.h
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/lib/Headers/unwind.h +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/clang/lib/Headers/unwind.h
@@ -9,9 +9,6 @@ @@ -9,9 +9,6 @@
/* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/ /* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191225062409+aff6c9db9a9/compiler-rt/lib/hwasan/CMakeLists.txt Index: llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/hwasan/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191225062409+aff6c9db9a9.orig/compiler-rt/lib/hwasan/CMakeLists.txt --- llvm-toolchain-snapshot_11~++20200326111000+4673699a470.orig/compiler-rt/lib/hwasan/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191225062409+aff6c9db9a9/compiler-rt/lib/hwasan/CMakeLists.txt +++ llvm-toolchain-snapshot_11~++20200326111000+4673699a470/compiler-rt/lib/hwasan/CMakeLists.txt
@@ -43,9 +43,9 @@ append_list_if(COMPILER_RT_HWASAN_WITH_I @@ -43,9 +43,9 @@ append_list_if(COMPILER_RT_HWASAN_WITH_I
set(HWASAN_RTL_CFLAGS ${SANITIZER_COMMON_CFLAGS}) set(HWASAN_RTL_CFLAGS ${SANITIZER_COMMON_CFLAGS})