patches moved to the new git layout

This commit is contained in:
Sylvestre Ledru 2019-10-19 11:33:53 +02:00
parent 7158e73379
commit 331c5b10ef
31 changed files with 199 additions and 199 deletions

View File

@ -9,13 +9,13 @@ becomes /usr/lib/llvm-X.Y instead of /usr.
Partially addresses PR37128 Partially addresses PR37128
--- ---
cmake/modules/CMakeLists.txt | 4 ++-- llvm/cmake/modules/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
Index: llvm-toolchain-snapshot_8~svn342269/cmake/modules/CMakeLists.txt Index: llvm-toolchain-snapshot_8~svn342269/llvm/cmake/modules/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_8~svn342269.orig/cmake/modules/CMakeLists.txt --- llvm-toolchain-snapshot_8~svn342269.orig/llvm/cmake/modules/CMakeLists.txt
+++ llvm-toolchain-snapshot_8~svn342269/cmake/modules/CMakeLists.txt +++ llvm-toolchain-snapshot_8~svn342269/llvm/cmake/modules/CMakeLists.txt
@@ -82,10 +82,10 @@ file(COPY . @@ -82,10 +82,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

@ -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_8~svn342269/lib/Support/CommandLine.cpp Index: llvm-toolchain-snapshot_8~svn342269/llvm/lib/Support/CommandLine.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_8~svn342269.orig/lib/Support/CommandLine.cpp --- llvm-toolchain-snapshot_8~svn342269.orig/llvm/lib/Support/CommandLine.cpp
+++ llvm-toolchain-snapshot_8~svn342269/lib/Support/CommandLine.cpp +++ llvm-toolchain-snapshot_8~svn342269/llvm/lib/Support/CommandLine.cpp
@@ -2127,6 +2127,10 @@ public: @@ -2127,6 +2127,10 @@ public:
OS << " " << LLVM_VERSION_INFO; OS << " " << LLVM_VERSION_INFO;
#endif #endif

View File

@ -16,10 +16,10 @@ Index: llvm-toolchain-snapshot_9~svn365902/clang/tools/libclang/CMakeLists.txt
OUTPUT_NAME ${output_name} OUTPUT_NAME ${output_name}
${SOURCES} ${SOURCES}
DEPENDS clang-resource-headers DEPENDS clang-resource-headers
Index: llvm-toolchain-snapshot_9~svn365902/tools/llvm-shlib/CMakeLists.txt Index: llvm-toolchain-snapshot_9~svn365902/llvm/tools/llvm-shlib/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn365902.orig/tools/llvm-shlib/CMakeLists.txt --- llvm-toolchain-snapshot_9~svn365902.orig/llvm/tools/llvm-shlib/CMakeLists.txt
+++ llvm-toolchain-snapshot_9~svn365902/tools/llvm-shlib/CMakeLists.txt +++ llvm-toolchain-snapshot_9~svn365902/llvm/tools/llvm-shlib/CMakeLists.txt
@@ -44,6 +44,8 @@ if(LLVM_BUILD_LLVM_DYLIB) @@ -44,6 +44,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

@ -81,10 +81,10 @@ Index: llvm-toolchain-snapshot_9~svn363555/clang/docs/doxygen.cfg.in
# 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_9~svn363555/docs/doxygen.cfg.in Index: llvm-toolchain-snapshot_9~svn363555/llvm/docs/doxygen.cfg.in
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn363555.orig/docs/doxygen.cfg.in --- llvm-toolchain-snapshot_9~svn363555.orig/llvm/docs/doxygen.cfg.in
+++ llvm-toolchain-snapshot_9~svn363555/docs/doxygen.cfg.in +++ llvm-toolchain-snapshot_9~svn363555/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.

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.5~svn210337/clang/lib/Basic/Version.cpp Index: llvm-toolchain-9_9.0.0/clang/lib/Basic/Version.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.5~svn210337.orig/clang/lib/Basic/Version.cpp --- llvm-toolchain-9_9.0.0.orig/clang/lib/Basic/Version.cpp
+++ llvm-toolchain-snapshot_3.5~svn210337/clang/lib/Basic/Version.cpp +++ llvm-toolchain-9_9.0.0/clang/lib/Basic/Version.cpp
@@ -15,6 +15,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"
#include "llvm/Support/raw_ostream.h" #include "llvm/Support/raw_ostream.h"
@ -10,7 +10,7 @@ Index: llvm-toolchain-snapshot_3.5~svn210337/clang/lib/Basic/Version.cpp
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
@@ -125,7 +126,7 @@ std::string getClangToolFullVersion(Stri @@ -124,7 +125,7 @@ std::string getClangToolFullVersion(Stri
#ifdef CLANG_VENDOR #ifdef CLANG_VENDOR
OS << CLANG_VENDOR; OS << CLANG_VENDOR;
#endif #endif

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn362869/lib/Support/Triple.cpp Index: llvm-toolchain-snapshot_9~svn362869/llvm/lib/Support/Triple.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn362869.orig/lib/Support/Triple.cpp --- llvm-toolchain-snapshot_9~svn362869.orig/llvm/lib/Support/Triple.cpp
+++ llvm-toolchain-snapshot_9~svn362869/lib/Support/Triple.cpp +++ llvm-toolchain-snapshot_9~svn362869/llvm/lib/Support/Triple.cpp
@@ -1644,7 +1644,7 @@ StringRef Triple::getARMCPUForArch(Strin @@ -1644,7 +1644,7 @@ StringRef Triple::getARMCPUForArch(Strin
case llvm::Triple::EABIHF: case llvm::Triple::EABIHF:
case llvm::Triple::GNUEABIHF: case llvm::Triple::GNUEABIHF:

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn351647/include/llvm/Support/ARMTargetParser.def Index: llvm-toolchain-snapshot_9~svn351647/llvm/include/llvm/Support/ARMTargetParser.def
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn351647.orig/include/llvm/Support/ARMTargetParser.def --- llvm-toolchain-snapshot_9~svn351647.orig/llvm/include/llvm/Support/ARMTargetParser.def
+++ llvm-toolchain-snapshot_9~svn351647/include/llvm/Support/ARMTargetParser.def +++ llvm-toolchain-snapshot_9~svn351647/llvm/include/llvm/Support/ARMTargetParser.def
@@ -74,7 +74,7 @@ ARM_ARCH("armv6kz", ARMV6KZ, "6KZ", "v6k @@ -74,7 +74,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,10 +11,10 @@ Index: llvm-toolchain-snapshot_9~svn351647/include/llvm/Support/ARMTargetParser.
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_9~svn351647/lib/Target/ARM/ARM.td Index: llvm-toolchain-snapshot_9~svn351647/llvm/lib/Target/ARM/ARM.td
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn351647.orig/lib/Target/ARM/ARM.td --- llvm-toolchain-snapshot_9~svn351647.orig/llvm/lib/Target/ARM/ARM.td
+++ llvm-toolchain-snapshot_9~svn351647/lib/Target/ARM/ARM.td +++ llvm-toolchain-snapshot_9~svn351647/llvm/lib/Target/ARM/ARM.td
@@ -595,7 +595,8 @@ def ARMv6sm : Architecture<"armv6s-m", @@ -595,7 +595,8 @@ def ARMv6sm : Architecture<"armv6s-m",
FeatureStrictAlign]>; FeatureStrictAlign]>;

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-7_7.0.1~+rc3/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp Index: llvm-toolchain-7_7.0.1~+rc3/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
=================================================================== ===================================================================
--- llvm-toolchain-7_7.0.1~+rc3.orig/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp --- llvm-toolchain-7_7.0.1~+rc3.orig/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
+++ llvm-toolchain-7_7.0.1~+rc3/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp +++ llvm-toolchain-7_7.0.1~+rc3/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp
@@ -294,8 +294,8 @@ bool PerfJITEventListener::InitDebugging @@ -294,8 +294,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"))

View File

@ -1,11 +1,11 @@
--- ---
lib/Support/Unix/Memory.inc | 2 +- llvm/lib/Support/Unix/Memory.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
Index: llvm-toolchain-snapshot_8~svn342269/lib/Support/Unix/Memory.inc Index: llvm-toolchain-snapshot_8~svn342269/llvm/lib/Support/Unix/Memory.inc
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_8~svn342269.orig/lib/Support/Unix/Memory.inc --- llvm-toolchain-snapshot_8~svn342269.orig/llvm/lib/Support/Unix/Memory.inc
+++ llvm-toolchain-snapshot_8~svn342269/lib/Support/Unix/Memory.inc +++ llvm-toolchain-snapshot_8~svn342269/llvm/lib/Support/Unix/Memory.inc
@@ -237,7 +237,7 @@ void Memory::InvalidateInstructionCache( @@ -237,7 +237,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);

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_9~svn352786/test/tools/llvm-symbolizer/print_context.c Index: llvm-toolchain-snapshot_9~svn352786/llvm/test/tools/llvm-symbolizer/print_context.c
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn352786.orig/test/tools/llvm-symbolizer/print_context.c --- llvm-toolchain-snapshot_9~svn352786.orig/llvm/test/tools/llvm-symbolizer/print_context.c
+++ llvm-toolchain-snapshot_9~svn352786/test/tools/llvm-symbolizer/print_context.c +++ llvm-toolchain-snapshot_9~svn352786/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,7 +1,7 @@
Index: llvm-toolchain-snapshot_8~svn347135/unittests/Support/Path.cpp Index: llvm-toolchain-snapshot_8~svn347135/llvm/unittests/Support/Path.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_8~svn347135.orig/unittests/Support/Path.cpp --- llvm-toolchain-snapshot_8~svn347135.orig/llvm/unittests/Support/Path.cpp
+++ llvm-toolchain-snapshot_8~svn347135/unittests/Support/Path.cpp +++ llvm-toolchain-snapshot_8~svn347135/llvm/unittests/Support/Path.cpp
@@ -437,7 +437,7 @@ protected: @@ -437,7 +437,7 @@ protected:
sys::path::append(NonExistantFile, "1B28B495C16344CB9822E588CD4C3EF0"); sys::path::append(NonExistantFile, "1B28B495C16344CB9822E588CD4C3EF0");
} }

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_8~svn342269/utils/lit/lit/Test.py Index: llvm-toolchain-snapshot_8~svn342269/llvm/utils/lit/lit/Test.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_8~svn342269.orig/utils/lit/lit/Test.py --- llvm-toolchain-snapshot_8~svn342269.orig/llvm/utils/lit/lit/Test.py
+++ llvm-toolchain-snapshot_8~svn342269/utils/lit/lit/Test.py +++ llvm-toolchain-snapshot_8~svn342269/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,11 +1,11 @@
--- ---
tools/llvm-config/llvm-config.cpp | 4 ++-- llvm/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_8~svn342269/tools/llvm-config/llvm-config.cpp Index: llvm-toolchain-snapshot_8~svn342269/llvm/tools/llvm-config/llvm-config.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_8~svn342269.orig/tools/llvm-config/llvm-config.cpp --- llvm-toolchain-snapshot_8~svn342269.orig/llvm/tools/llvm-config/llvm-config.cpp
+++ llvm-toolchain-snapshot_8~svn342269/tools/llvm-config/llvm-config.cpp +++ llvm-toolchain-snapshot_8~svn342269/llvm/tools/llvm-config/llvm-config.cpp
@@ -558,9 +558,9 @@ int main(int argc, char **argv) { @@ -558,9 +558,9 @@ int main(int argc, char **argv) {
} else if (Arg == "--shared-mode") { } else if (Arg == "--shared-mode") {
PrintSharedMode = true; PrintSharedMode = true;

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn358740/utils/TableGen/CodeEmitterGen.cpp Index: llvm-toolchain-snapshot_9~svn358740/llvm/utils/TableGen/CodeEmitterGen.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/utils/TableGen/CodeEmitterGen.cpp --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/utils/TableGen/CodeEmitterGen.cpp
+++ llvm-toolchain-snapshot_9~svn358740/utils/TableGen/CodeEmitterGen.cpp +++ llvm-toolchain-snapshot_9~svn358740/llvm/utils/TableGen/CodeEmitterGen.cpp
@@ -247,6 +247,9 @@ void CodeEmitterGen::run(raw_ostream &o) @@ -247,6 +247,9 @@ void CodeEmitterGen::run(raw_ostream &o)
ArrayRef<const CodeGenInstruction*> NumberedInstructions = ArrayRef<const CodeGenInstruction*> NumberedInstructions =
Target.getInstructionsByEnumValue(); Target.getInstructionsByEnumValue();

View File

@ -31,10 +31,10 @@ Index: llvm-toolchain-snapshot_9~svn358740/lldb/include/lldb/lldb-defines.h
#if !defined(UINT32_MAX) #if !defined(UINT32_MAX)
#define UINT32_MAX 4294967295U #define UINT32_MAX 4294967295U
#endif #endif
Index: llvm-toolchain-snapshot_9~svn358740/tools/dsymutil/DwarfLinker.cpp Index: llvm-toolchain-snapshot_9~svn358740/llvm/tools/dsymutil/DwarfLinker.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/tools/dsymutil/DwarfLinker.cpp --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/tools/dsymutil/DwarfLinker.cpp
+++ llvm-toolchain-snapshot_9~svn358740/tools/dsymutil/DwarfLinker.cpp +++ llvm-toolchain-snapshot_9~svn358740/llvm/tools/dsymutil/DwarfLinker.cpp
@@ -100,6 +100,11 @@ @@ -100,6 +100,11 @@
#include <utility> #include <utility>
#include <vector> #include <vector>

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn359674/lib/Support/Unix/Path.inc Index: llvm-toolchain-snapshot_9~svn359674/llvm/lib/Support/Unix/Path.inc
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/lib/Support/Unix/Path.inc --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/lib/Support/Unix/Path.inc
+++ llvm-toolchain-snapshot_9~svn359674/lib/Support/Unix/Path.inc +++ llvm-toolchain-snapshot_9~svn359674/llvm/lib/Support/Unix/Path.inc
@@ -202,7 +202,7 @@ std::string getMainExecutable(const char @@ -202,7 +202,7 @@ std::string getMainExecutable(const char
// If we don't have procfs mounted, fall back to argv[0] // If we don't have procfs mounted, fall back to argv[0]
if (getprogpath(exe_path, argv0) != NULL) if (getprogpath(exe_path, argv0) != NULL)

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn358740/CMakeLists.txt Index: llvm-toolchain-snapshot_9~svn358740/llvm/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/CMakeLists.txt --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/CMakeLists.txt
+++ llvm-toolchain-snapshot_9~svn358740/CMakeLists.txt +++ llvm-toolchain-snapshot_9~svn358740/llvm/CMakeLists.txt
@@ -872,7 +872,7 @@ if(LLVM_TARGET_IS_CROSSCOMPILE_HOST) @@ -872,7 +872,7 @@ if(LLVM_TARGET_IS_CROSSCOMPILE_HOST)
# (this is a variable that CrossCompile sets on recursive invocations) # (this is a variable that CrossCompile sets on recursive invocations)
endif() endif()

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn358740/include/llvm/ADT/Triple.h Index: llvm-toolchain-snapshot_9~svn358740/llvm/include/llvm/ADT/Triple.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/include/llvm/ADT/Triple.h --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/include/llvm/ADT/Triple.h
+++ llvm-toolchain-snapshot_9~svn358740/include/llvm/ADT/Triple.h +++ llvm-toolchain-snapshot_9~svn358740/llvm/include/llvm/ADT/Triple.h
@@ -159,7 +159,7 @@ public: @@ -159,7 +159,7 @@ public:
FreeBSD, FreeBSD,
Fuchsia, Fuchsia,

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn358740/unittests/ADT/TripleTest.cpp Index: llvm-toolchain-snapshot_9~svn358740/llvm/unittests/ADT/TripleTest.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/unittests/ADT/TripleTest.cpp --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/unittests/ADT/TripleTest.cpp
+++ llvm-toolchain-snapshot_9~svn358740/unittests/ADT/TripleTest.cpp +++ llvm-toolchain-snapshot_9~svn358740/llvm/unittests/ADT/TripleTest.cpp
@@ -98,6 +98,18 @@ TEST(TripleTest, ParsedIDs) { @@ -98,6 +98,18 @@ TEST(TripleTest, ParsedIDs) {
EXPECT_EQ(Triple::Hurd, T.getOS()); EXPECT_EQ(Triple::Hurd, T.getOS());
EXPECT_EQ(Triple::GNU, T.getEnvironment()); EXPECT_EQ(Triple::GNU, T.getEnvironment());

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn358740/lib/Support/Triple.cpp Index: llvm-toolchain-snapshot_9~svn358740/llvm/lib/Support/Triple.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/lib/Support/Triple.cpp --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/lib/Support/Triple.cpp
+++ llvm-toolchain-snapshot_9~svn358740/lib/Support/Triple.cpp +++ llvm-toolchain-snapshot_9~svn358740/llvm/lib/Support/Triple.cpp
@@ -181,7 +181,7 @@ StringRef Triple::getOSTypeName(OSType K @@ -181,7 +181,7 @@ StringRef Triple::getOSTypeName(OSType K
case FreeBSD: return "freebsd"; case FreeBSD: return "freebsd";
case Fuchsia: return "fuchsia"; case Fuchsia: return "fuchsia";
@ -20,10 +20,10 @@ Index: llvm-toolchain-snapshot_9~svn358740/lib/Support/Triple.cpp
.StartsWith("linux", Triple::Linux) .StartsWith("linux", Triple::Linux)
.StartsWith("lv2", Triple::Lv2) .StartsWith("lv2", Triple::Lv2)
.StartsWith("macos", Triple::MacOSX) .StartsWith("macos", Triple::MacOSX)
Index: llvm-toolchain-snapshot_9~svn358740/lib/Support/Unix/Path.inc Index: llvm-toolchain-snapshot_9~svn358740/llvm/lib/Support/Unix/Path.inc
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/lib/Support/Unix/Path.inc --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/lib/Support/Unix/Path.inc
+++ llvm-toolchain-snapshot_9~svn358740/lib/Support/Unix/Path.inc +++ llvm-toolchain-snapshot_9~svn358740/llvm/lib/Support/Unix/Path.inc
@@ -62,7 +62,7 @@ @@ -62,7 +62,7 @@
#define FSTATVFS fstatvfs #define FSTATVFS fstatvfs
#define STATVFS_F_FRSIZE(vfs) vfs.f_frsize #define STATVFS_F_FRSIZE(vfs) vfs.f_frsize

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn358740/lib/Target/X86/X86Subtarget.cpp Index: llvm-toolchain-snapshot_9~svn358740/llvm/lib/Target/X86/X86Subtarget.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/lib/Target/X86/X86Subtarget.cpp --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/lib/Target/X86/X86Subtarget.cpp
+++ llvm-toolchain-snapshot_9~svn358740/lib/Target/X86/X86Subtarget.cpp +++ llvm-toolchain-snapshot_9~svn358740/llvm/lib/Target/X86/X86Subtarget.cpp
@@ -284,7 +284,7 @@ void X86Subtarget::initSubtargetFeatures @@ -284,7 +284,7 @@ void X86Subtarget::initSubtargetFeatures
if (StackAlignOverride) if (StackAlignOverride)
stackAlignment = StackAlignOverride; stackAlignment = StackAlignOverride;
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_9~svn358740/lib/Target/X86/X86Subtarget.cpp
stackAlignment = 16; stackAlignment = 16;
// Some CPUs have more overhead for gather. The specified overhead is relative // Some CPUs have more overhead for gather. The specified overhead is relative
Index: llvm-toolchain-snapshot_9~svn358740/lib/Target/X86/X86Subtarget.h Index: llvm-toolchain-snapshot_9~svn358740/llvm/lib/Target/X86/X86Subtarget.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn358740.orig/lib/Target/X86/X86Subtarget.h --- llvm-toolchain-snapshot_9~svn358740.orig/llvm/lib/Target/X86/X86Subtarget.h
+++ llvm-toolchain-snapshot_9~svn358740/lib/Target/X86/X86Subtarget.h +++ llvm-toolchain-snapshot_9~svn358740/llvm/lib/Target/X86/X86Subtarget.h
@@ -738,7 +738,7 @@ public: @@ -738,7 +738,7 @@ public:
bool isTargetMachO() const { return TargetTriple.isOSBinFormatMachO(); } bool isTargetMachO() const { return TargetTriple.isOSBinFormatMachO(); }

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn353038/tools/llvm-shlib/CMakeLists.txt Index: llvm-toolchain-snapshot_9~svn353038/llvm/tools/llvm-shlib/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn353038.orig/tools/llvm-shlib/CMakeLists.txt --- llvm-toolchain-snapshot_9~svn353038.orig/llvm/tools/llvm-shlib/CMakeLists.txt
+++ llvm-toolchain-snapshot_9~svn353038/tools/llvm-shlib/CMakeLists.txt +++ llvm-toolchain-snapshot_9~svn353038/llvm/tools/llvm-shlib/CMakeLists.txt
@@ -46,6 +46,7 @@ if(LLVM_BUILD_LLVM_DYLIB) @@ -46,6 +46,7 @@ if(LLVM_BUILD_LLVM_DYLIB)
list(REMOVE_DUPLICATES LIB_NAMES) list(REMOVE_DUPLICATES LIB_NAMES)
if(("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") OR (MINGW) OR (HAIKU) if(("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") OR (MINGW) OR (HAIKU)

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_9~svn360997/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/MCJIT/cross-modu
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/eh-lg-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/MCJIT/eh-lg-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/MCJIT/eh-lg-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/eh-lg-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/MCJIT/eh-lg-pic.
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_9~svn360997/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/MCJIT/multi-modu
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/MCJIT/stubs-sm-p
define i32 @main() nounwind { define i32 @main() nounwind {
entry: entry:
Index: llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/MCJIT/test-globa
@count = global i32 1, align 4 @count = global i32 1, align 4
Index: llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/MCJIT/test-ptr-r
@.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_9~svn360997/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/OrcMCJIT/cross-m
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/OrcMCJIT/eh-lg-p
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_9~svn360997/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/OrcMCJIT/multi-m
declare i32 @FB() declare i32 @FB()
Index: llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/OrcMCJIT/remote/
; 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_9~svn360997/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/OrcMCJIT/remote/
; 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_9~svn360997/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/OrcMCJIT/stubs-s
define i32 @main() nounwind { define i32 @main() nounwind {
entry: entry:
Index: llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/OrcMCJIT/test-gl
@count = global i32 1, align 4 @count = global i32 1, align 4
Index: llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn360997/test/ExecutionEngine/OrcMCJIT/test-pt
@.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_9~svn360997/test/Feature/load_module.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/Feature/load_module.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/Feature/load_module.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/Feature/load_module.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/Feature/load_module.ll +++ llvm-toolchain-snapshot_9~svn360997/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_9~svn359674/test/MC/AMDGPU/hsa.s Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/MC/AMDGPU/hsa.s
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/MC/AMDGPU/hsa.s --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/MC/AMDGPU/hsa.s
+++ llvm-toolchain-snapshot_9~svn359674/test/MC/AMDGPU/hsa.s +++ llvm-toolchain-snapshot_9~svn359674/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

@ -1,21 +1,21 @@
Description: fails on debian unstable amd64 Description: fails on debian unstable amd64
Command Output (stderr): Command Output (stderr):
-- --
/build/llvm-toolchain-snapshot-4.0~svn279916/test/tools/gold/X86/start-lib-common.ll:22:10: error: expected string not found in input /build/llvm-toolchain-snapshot-4.0~svn279916/llvm/test/tools/gold/X86/start-lib-common.ll:22:10: error: expected string not found in input
; CHECK: @x = common global i32 0, align 8 ; CHECK: @x = common global i32 0, align 8
^ ^
<stdin>:1:1: note: scanning from here <stdin>:1:1: note: scanning from here
; ModuleID = '/build/llvm-toolchain-snapshot-4.0~svn279916/build-llvm/test/tools/gold/X86/Output/start-lib-common.ll.tmp3.o' ; ModuleID = '/build/llvm-toolchain-snapshot-4.0~svn279916/build-llvm/llvm/test/tools/gold/X86/Output/start-lib-common.ll.tmp3.o'
^ ^
<stdin>:4:1: note: possible intended match here <stdin>:4:1: note: possible intended match here
@x = common global i32 0, align 4 @x = common global i32 0, align 4
^ ^
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/start-lib-common.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/start-lib-common.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/start-lib-common.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/start-lib-common.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/start-lib-common.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/start-lib-common.
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_9~svn359674/test/tools/gold/X86/comdat.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/comdat.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/comdat.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/comdat.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/comdat.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/common_thinlto.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/common_thinlto.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/common_thinlto.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/common_thinlto.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/common_thinlto.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/common_thinlto.ll
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_9~svn359674/test/tools/gold/X86/emit-llvm.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/emit-llvm.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/emit-llvm.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/emit-llvm.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/emit-llvm.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/emit-llvm.ll
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_9~svn359674/test/tools/gold/X86/parallel.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/parallel.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/parallel.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/parallel.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/parallel.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/parallel.ll
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_9~svn359674/test/tools/gold/X86/pr19901_thinlto.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/pr19901_thinlto.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/pr19901_thinlto.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/pr19901_thinlto.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/pr19901_thinlto.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/pr19901_thinlto.l
; CHECK: Symbol { ; CHECK: Symbol {
; CHECK: Name: f ; CHECK: Name: f
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/slp-vectorize.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/slp-vectorize.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/slp-vectorize.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/slp-vectorize.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/slp-vectorize.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/slp-vectorize.ll
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_9~svn359674/test/tools/gold/X86/strip_names.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/strip_names.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/strip_names.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/strip_names.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/strip_names.ll +++ llvm-toolchain-snapshot_9~svn359674/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,10 +88,10 @@ Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/strip_names.ll
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_9~svn359674/test/tools/gold/X86/thinlto.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/thinlto.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/thinlto.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto.ll +++ llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/thinlto.ll
@@ -141,6 +141,8 @@ @@ -141,6 +141,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_9~svn359674/test/tools/gold/X86/thinlto.ll
declare void @g(...) declare void @g(...)
define void @f() { define void @f() {
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_archive.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/thinlto_archive.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto_archive.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/thinlto_archive.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_archive.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/thinlto_archive.l
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_9~svn359674/test/tools/gold/X86/thinlto_internalize.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/thinlto_internalize.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto_internalize.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/thinlto_internalize.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_internalize.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/thinlto_internali
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_9~svn359674/test/tools/gold/X86/thinlto_linkonceresolution.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto_linkonceresolution.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_linkonceresolution.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/thinlto_linkoncer
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_9~svn359674/test/tools/gold/X86/thinlto_weak_resolution.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/thinlto_weak_resolution.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/thinlto_weak_resolution.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/thinlto_weak_resolution.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/thinlto_weak_resolution.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/thinlto_weak_reso
; RUN: llvm-nm %t3.o | FileCheck %s ; RUN: llvm-nm %t3.o | FileCheck %s
; CHECK: weakfunc ; CHECK: weakfunc
Index: llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/type-merge2.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/type-merge2.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/type-merge2.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/type-merge2.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/type-merge2.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/type-merge2.ll
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_9~svn359674/test/tools/gold/X86/vectorize.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/vectorize.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/vectorize.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/vectorize.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/vectorize.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn359674/test/tools/gold/X86/vectorize.ll
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_9~svn359674/test/tools/gold/X86/visibility.ll Index: llvm-toolchain-snapshot_9~svn359674/llvm/test/tools/gold/X86/visibility.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn359674.orig/test/tools/gold/X86/visibility.ll --- llvm-toolchain-snapshot_9~svn359674.orig/llvm/test/tools/gold/X86/visibility.ll
+++ llvm-toolchain-snapshot_9~svn359674/test/tools/gold/X86/visibility.ll +++ llvm-toolchain-snapshot_9~svn359674/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_9~svn360686/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll Index: llvm-toolchain-snapshot_9~svn360686/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360686.orig/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll --- llvm-toolchain-snapshot_9~svn360686.orig/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll
+++ llvm-toolchain-snapshot_9~svn360686/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll +++ llvm-toolchain-snapshot_9~svn360686/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_9~svn360686/test/tools/llvm-isel-fuzzer/aarch64-e
; 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_9~svn360686/test/tools/llvm-isel-fuzzer/execname-options.ll Index: llvm-toolchain-snapshot_9~svn360686/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360686.orig/test/tools/llvm-isel-fuzzer/execname-options.ll --- llvm-toolchain-snapshot_9~svn360686.orig/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll
+++ llvm-toolchain-snapshot_9~svn360686/test/tools/llvm-isel-fuzzer/execname-options.ll +++ llvm-toolchain-snapshot_9~svn360686/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_9~svn360997/test/BugPoint/metadata.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/BugPoint/metadata.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/BugPoint/metadata.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/BugPoint/metadata.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/BugPoint/metadata.ll +++ llvm-toolchain-snapshot_9~svn360997/llvm/test/BugPoint/metadata.ll
@@ -7,7 +7,8 @@ @@ -7,7 +7,8 @@
; ;
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t-notype -bugpoint-crashcalls -silence-passes -disable-namedmd-remove -disable-strip-debuginfo > /dev/null ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t-notype -bugpoint-crashcalls -silence-passes -disable-namedmd-remove -disable-strip-debuginfo > /dev/null
@ -22,10 +22,10 @@ Index: llvm-toolchain-snapshot_9~svn360997/test/BugPoint/metadata.ll
; Bugpoint should keep the call's metadata attached to the call. ; Bugpoint should keep the call's metadata attached to the call.
; CHECK: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]] ; CHECK: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]]
Index: llvm-toolchain-snapshot_9~svn360997/test/Feature/load_module.ll Index: llvm-toolchain-snapshot_9~svn360997/llvm/test/Feature/load_module.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360997.orig/test/Feature/load_module.ll --- llvm-toolchain-snapshot_9~svn360997.orig/llvm/test/Feature/load_module.ll
+++ llvm-toolchain-snapshot_9~svn360997/test/Feature/load_module.ll +++ llvm-toolchain-snapshot_9~svn360997/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_7~svn335581/test/ThinLTO/X86/autoupgrade.ll Index: llvm-toolchain-snapshot_7~svn335581/llvm/test/ThinLTO/X86/autoupgrade.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_7~svn335581.orig/test/ThinLTO/X86/autoupgrade.ll --- llvm-toolchain-snapshot_7~svn335581.orig/llvm/test/ThinLTO/X86/autoupgrade.ll
+++ llvm-toolchain-snapshot_7~svn335581/test/ThinLTO/X86/autoupgrade.ll +++ llvm-toolchain-snapshot_7~svn335581/llvm/test/ThinLTO/X86/autoupgrade.ll
@@ -19,6 +19,8 @@ @@ -19,6 +19,8 @@
; SUMMARYNAMES: ^2 = gv: (name: "globalfunc2", ; SUMMARYNAMES: ^2 = gv: (name: "globalfunc2",
; SUMMARYNAMES: ^3 = gv: (name: "globalfunc1" ; SUMMARYNAMES: ^3 = gv: (name: "globalfunc1"

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_9~svn360558/test/Object/macho-invalid.test Index: llvm-toolchain-snapshot_9~svn360558/llvm/test/Object/macho-invalid.test
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_9~svn360558.orig/test/Object/macho-invalid.test --- llvm-toolchain-snapshot_9~svn360558.orig/llvm/test/Object/macho-invalid.test
+++ llvm-toolchain-snapshot_9~svn360558/test/Object/macho-invalid.test +++ llvm-toolchain-snapshot_9~svn360558/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-5.0-5.0.1~+rc1/utils/lit/lit/ProgressBar.py Index: llvm-toolchain-5.0-5.0.1~+rc1/llvm/utils/lit/lit/ProgressBar.py
=================================================================== ===================================================================
--- llvm-toolchain-5.0-5.0.1~+rc1.orig/utils/lit/lit/ProgressBar.py --- llvm-toolchain-5.0-5.0.1~+rc1.orig/llvm/utils/lit/lit/ProgressBar.py
+++ llvm-toolchain-5.0-5.0.1~+rc1/utils/lit/lit/ProgressBar.py +++ llvm-toolchain-5.0-5.0.1~+rc1/llvm/utils/lit/lit/ProgressBar.py
@@ -189,15 +189,7 @@ class SimpleProgressBar: @@ -189,15 +189,7 @@ class SimpleProgressBar:
return return