Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/llvm-test-suite


https://github.com/llvm/llvm-test-suite

[test-suite] Update SPEC2017 CPU cam4 floating point tests to use specpp instead.

Rename the netcdf OBJECT library to cam4_netcdf for consistency with other SPEC tests.

Allow po...

078712d3a0a15e0ef994ed39503c11720d3c9160 authored over 3 years ago by naromero77 <[email protected]>
[test-suite] New SPEC2017 macro and enhancements to run_specpp macro

These changes are needed to support the wrf test which will be submitted in a seperate patch.

-...

d1e1b2f1a164495f43bea20ce4c0cda65fc077a4 authored over 3 years ago by naromero77 <[email protected]>
Don't require c++14 features in matrix extensions tests. NFC

Differential Revision: https://reviews.llvm.org/D100861

9804804683a36b9b23ba9b37d2cca616f560afaf authored over 3 years ago by Jon Roelofs <[email protected]>
[SPEC2017][CMake] Protect Fortran compiler check.

The check_fortran_compiler_flag introspection can only be called when a
Fortran compiler is avai...

2488a3004c987a62e93725766abfb6366e44dc84 authored over 3 years ago by Michael Kruse <[email protected]>
[test-suite] SPEC2017 CPU pop2 floating point test.

Add the pop2 speed test:
- Workaround for deeply nested subdirectories.
- Add support for the sp...

6601a28a03146c090f70f80c97f8a191cca6cde4 authored over 3 years ago by naromero77 <[email protected]>
[test-suite] Enable more tests from gcc test suite

Clang now (rG0daf27302518) supports builtins for malloc, realloc, calloc, free, sprintf, etc.. s...

0dfb8842e393ac48737472f5367b392e64f96dd9 authored over 3 years ago by Dávid Bolvanský <[email protected]>
Reapply [test-suite] Add HIP Tests to External

Adding simple HIP Tests, with a simple saxpy.cpp example.
Shared functions and macros added to G...

d590d0b156e471cbe8db457c453341bf9536a009 authored over 3 years ago by Aaron En Ye Shi <[email protected]>
Revert "[test-suite] Add HIP Tests to External"

Missing commit message details.

This reverts commit 116d17093f743080e653d5486dde509b54a36acc.

42674b53b826aa4f166ddc525ae55f45f0db364f authored over 3 years ago by Aaron En Ye Shi <[email protected]>
[test-suite] Add HIP Tests to External

Adding simple HIP Tests, with a simple saxpy.cpp example.
Shared functions and macros added to G...

116d17093f743080e653d5486dde509b54a36acc authored over 3 years ago by Aaron En Ye Shi <[email protected]>
Add csum fallback to HashProgramOutput.sh

On AIX we don't have either md5 or md5sum on a default install, but we can use csum instead for ...

592770622fc5d678e6059a3051d6edb1ed94de30 authored over 3 years ago by David Tenty <[email protected]>
Fix 32-bit test-suite build on AIX

For 32-bit programs on AIX, the default maximum size for the programs data heap could be too sma...

aac78c5b8e4eea55745ee80101e3a1b47e588d5e authored over 3 years ago by Steven Wan <[email protected]>
[test-suite] Fix CLAMR build with glibc 2.32+

sys/sysctl.h has been removed at glibc 2.32, so this header should
not used anymore, however sys...

bc37c13fb59802b1a83c8172e4cec9372df31049 authored over 3 years ago by Kito Cheng <[email protected]>
[test-suite] Use forward-parsing when searching for numbers.

Avoid trying to backtrack from a character change to the beginning of a floating point compariso...

8a84a507d72cc121b4ee3c0caa93328b108171c1 authored over 3 years ago by Michael Kruse <[email protected]>
[fpcmp] Use correct file identity in header comment. NFC.

00256acdebb03603567560192cbdb075047a4fba authored over 3 years ago by Michael Kruse <[email protected]>
[test-suite][AIX] Enable profiling via hpmcount on AIX

Add `--param=profile=hpmcount` option to lit thus support profiling via hpmcount on AIX.

Each t...

e4defee7cbb23a72d99e2a1e0990030c43f54796 authored over 3 years ago by Kai Luo <[email protected]>
[test-suite] SPEC2017 CPU CAM4 portability updates.

Add -fallow-argument-mismatch only for Fortran and only for compilers that support it.

Reviewed...

01f5ea4052f041a432c7f48d10e08fbdf45da6b1 authored over 3 years ago by naromero77 <[email protected]>
[test-suite][SPEC2000] Use -fcommon instead of -zmultidef.

This reverts D95276 and D95506 (pass -zmultidefs to the linker) and instead pass -fcommon to the...

1cfa2ce3f439e5020b971ff578b6b789c5c57ea0 authored over 3 years ago by Michael Kruse <[email protected]>
[test-suite] Fix Unit Tests for Code Coverage

https://reviews.llvm.org/D88931 recently landed to add more tests to the
test suite to improve c...

6aa6da934c6ec7aa49a856536b9df9555571cbb9 authored over 3 years ago by Archibald Elliott <[email protected]>
[test-suite] Update .arcconfig to match LLVM.

Add phabricator uri. Set target branch for `arc land` to main. Default base to previous revision...

eac0ed5437467d891170ca7418d4afc3ca2f978f authored over 3 years ago by naromero77 <[email protected]>
[test-suite] SPEC2017 CPU CAM4 floating point tests.

Add SPEC2017 CPU CAM4 floating point rate and speed test.

Reviewed By: Meinersbur

Differential...

a0411da701de4f9d63b330c343cf33de0c507be7 authored over 3 years ago by naromero77 <[email protected]>
[test-suite] Robust warnings for Fortran Test Suite tests that require Ninja.

- ~~Add CMake issue number to Fortran Test Suite warning.~~
- Add CMake issue number in CMak...

37a356505b2a5add8065f1bdfc6c6bd7072d0e3a authored over 3 years ago by naromero77 <[email protected]>
[CUDA, test-suite] Disable testing of non-FP complex types.

According to the standard, instantiating of non-FP complex types is an
unspecified behavior.
htt...

74bf87deb7ceb1d3e121c4425fa71848090dfe73 authored over 3 years ago by Artem Belevich <[email protected]>
[test-suite] Raise minimum required CMake version to match LLVM.

Test-suite was using an old version of CMake. Raise minimum CMake version to match minimum requi...

0b0305c689d973362dee689cadb1bb21ce4a82f2 authored over 3 years ago by naromero77 <[email protected]>
[test-suite] Unit tests to improve code coverage

Adds a batch of C tests that have been found to cover several hundred
lines of Clang/LLVM that a...

8c29bdc46cfc41dceb5809e1405c9d3d34f55b32 authored over 3 years ago by Alastair Donaldson <[email protected]>
[test-suite] SPEC2017 CPU ROMS floating point tests.

- ~~Helper macro for managing intermediate dependencies on Fortran modules.~~
- Add SPEC2017...

0e6fde52a15cf7d75733bac87329ebec0a28296b authored over 3 years ago by naromero77 <[email protected]>
[test-suite] Fix runtime-error of SPEC2017 CPU CactuBSSN floating point tests.

Run CactcuBSSN tests out of run directory.

Reviewed By: Meinersbur

Differential Revision: http...

553e5905b7bce187da50901e91f53097adc5122d authored over 3 years ago by naromero77 <[email protected]>
[test-suite] Remove GCC-C-execute-eeprof-1

Clang at i-O0 does not enable -finstrument-functions [1], so the
test fail with some configurati...

bcda8fc240c5b22a9d1b40c22a30e6d02b82d8f2 authored over 3 years ago by Adhemerval Zanella <[email protected]>
[test-suite] SPEC2017 CPU Fotonik3d floating point tests.

Add SPEC2017 CPU Fotonik3d floating point rate and speed tests.

Reviewed By: Meinersbur

Differ...

efb2e01b23f098f82bab3701c983d41711a2a3bb authored over 3 years ago by naromero77 <[email protected]>
[test-suite] SPEC2017 CPU CactuBSSN floating point tests.

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D95633

3a39afc9019cad5bd69d8c70503339ac95ddd2ed authored over 3 years ago by naromero77 <[email protected]>
[SPEC2017] Use inputs from RUN directory.

At the moment, some benchmarks use inputs from the INPUT/SRC directory.
Those are not copied to ...

336185b5b14e011a4a317cb2293df21173770f13 authored over 3 years ago by Florian Hahn <[email protected]>
[External][SPEC2000] Introspect -zmuldefs linker option before use.

D95276 unconditionally added the `-zmuldefs` which is not supported by all linkers. Check whethe...

cc119721bf3e6b25d096413cb5f1f63c373d27e3 authored over 3 years ago by Michael Kruse <[email protected]>
[SPEC2017] Fix image_validator build when cross-compiling.

When cross-compiling and running benchmarks on a different device,
verification happens on-devic...

56c6543da9eb189e08efe0057246bd242fcffaf8 authored over 3 years ago by Florian Hahn <[email protected]>
[External][SPEC2000] Add -Wl,-zmultidef linker option.

The SPEC CPU 2000 benchmarks 186.crafty and 300.twolf have symbols
defined in multiple source fi...

b14299f31a679ab35bcb8b31a2d2ea6bde1f4e48 authored over 3 years ago by Michael Kruse <[email protected]>
[CMake] Add back find_package(OpenMP) and add find_package(TCL) to MultiSource/Applications/sqlite3/

MultiSource/Applications/sqlite3/test15.sql needs TCL_TCLSH.
External/sollve_vv needs OpenMP and...

d17d2e177823b9086ae9769a1f3e82c12f8fc7a5 authored over 3 years ago by Fangrui Song <[email protected]>
[test-suite] SPEC2017 CPU Bwaves floating point tests.

Add SPEC2017 CPU Bwaves floating point rate and speed tests.

Reviewed By: Meinersbur

Different...

1cae3ccc1db9fff6a8efe2f0234148aba686fc1e authored over 3 years ago by naromero77 <[email protected]>
[test-suite] SPEC2017 CPU Exchange2 integer tests.

Support compilation of Fortran source in SPEC2017 CMake macro. Add SPEC2017 CPU Exchange2 intege...

b94f8db9da9be854b553c702a7fffabd760eb60f authored over 3 years ago by naromero77 <[email protected]>
Link libm in the complex-5.c testcase

This appears to be needed on FreeBSD:

ld.lld: error: undefined symbol: scalbnf
>>> referenced b...

c84b15fc6f840be062273fdf024b1532d8a861ba authored over 3 years ago by Alex Richardson <[email protected]>
[CMake] Delete unneeded find_package(TCL) and find_package(OpenMP)

41bb38d9cabf9d711c513787fb07f058ee513e40 authored over 3 years ago by Fangrui Song <[email protected]>
[test-suite] Support Fortran tests in CMake infrastructure.

In preparation for Flang compiler, add support for Fortran in CMake. Include a simple Fortran90 ...

f6ee2f66b936e94f03abd687567d2f9c8feb2e71 authored almost 4 years ago by naromero77 <[email protected]>
[simd_ops] Build tests with -fpic

Since https://reviews.llvm.org/rG2047c10c22b0, the dso_local specifier
must be included in IR wh...

224328460d75e1fa16a23901b3aa494b89e0a842 authored almost 4 years ago by Oliver Stannard <[email protected]>
ClamAV: only require libintl if building for Linux.

This fixes build failures on Darwin caused by 274b6e84d9b3a77e76cc2a49053eba985ef62045
since we ...

48e7b34f26150cd9cccf0c39df20198a71306cd6 authored almost 4 years ago by Amara Emerson <[email protected]>
[test-suite] 7zip CMake fix.

Use clang alias for narrowing flag so that it is recognized by the GCC compiler

Reviewed By: Me...

b2fbd488cb0135f68422740e19eff9eff4c5a7f0 authored almost 4 years ago by naromero77 <[email protected]>
[test-suite] Support GCC compilation of Microbenchmark MemFunctions.

GCC and Clang diverged in how __attribute__ is supported. GCC gives a compile-time error if ther...

7c17aa10cd598129896b9501b73cb583c8bcdeb5 authored almost 4 years ago by naromero77 <[email protected]>
[test-suite] ClamAV CMake fix.

CMake needs help finding gettext libintl libraries in environments with non-standard GCC install...

cbcc0f45e76a704e9796c973ee770dceec9067f4 authored almost 4 years ago by naromero77 <[email protected]>
[CUDA, test-suite] enable testing with C++17 and C++20

Also disable the tests for 3-argument hypot() provided by the standard library
since c++17 as CU...

88e4536e3cd6cb2f3311fed00ab708b2f85073a7 authored almost 4 years ago by Artem Belevich <[email protected]>
[ARM] Enable GCC C Torture Suite

3ace20d65da09f2aeac6806ac52f968ab6961a9a authored almost 4 years ago by Kristof Beyls <[email protected]>
[benchmark] [PowerPC] Rename mftbl to mftb

`mftb` and `mftbl` are equivalent, yet `mftbl` is not recognized on AIX. Therefore, rename `mftb...

4af296ef47a0a9314a9c3ca65bf3c5d4c7020451 authored almost 4 years ago by Steven Wan <[email protected]>
tools/timeit.sh: remove thousand separator in perf-stat task-clock line

if there are any. If not, this is no-op.

4bc08fcd46c937eb047de7ee4482476ffc1262b4 authored almost 4 years ago by Yuanfang Chen <[email protected]>
Git ignore top level build* directories

114df78a49fd6c4b6fca404334de11729e5137b6 authored almost 4 years ago by Yuanfang Chen <[email protected]>
[CMake] Don't add -lstdc++ to LDFLAGS

If the target includes a C++ source file, CMake will automatically link
the C++ standard library...

eef6375030183ff0a3d3defd3b408d246931a140 authored about 4 years ago by Alex Richardson <[email protected]>
Fix build of MiBench on FreeBSD RISC-V

Unlike other architectures the RISC-V headers on FreeBSD don't expose the
macros used here (sinc...

271b87d2637e0b49b1f87a70be3473181c4cf3ac authored about 4 years ago by Alex Richardson <[email protected]>
[testsuite][M680x0] Add CycleTimer implementation for M68K architecture

This is a cherrypick of the upstream fix commit ffe1342 onto
the google benchmark within llvm-te...

25883edc2f615a84c4fa741e997904293474bbc0 authored about 4 years ago by Min-Yih Hsu <[email protected]>
Revert accidental commits.

Revert "[RISCV] get toolchain path from enviroment variable"
This reverts commit f9af83f302b397d...

83e8ccb5b5b1a22c79dd31735330cd2b95c6a789 authored about 4 years ago by Zakk Chen <[email protected]>
Disable the reference result for the aarch64_neon_intrinsics.c test since clang is buggy.

Benign changes in -O0 codegen is causing the known non-deterministic failure
modes because clang...

87d67af9d8565d068b6706c081b7ae07addcb882 authored about 4 years ago by Amara Emerson <[email protected]>
[HACK] Disable matrix_types tests.

a9efc190f2a5c0735562c014211bfce35706d5bd authored about 4 years ago by Hsiangkai Wang <[email protected]>
[RISCV] Add a toolchain file for RISC-V.

8141fe6213d911f469f92bfe5f8a85672f9d8a3d authored about 4 years ago by Hsiangkai Wang <[email protected]>
[RISCV] get toolchain path from enviroment variable

f9af83f302b397d59361f0dd72f2b55171535901 authored about 4 years ago by Zakk Chen <[email protected]>
[test-suite, CUDA] Compile-time test for builtin variables.

93b9e85695e583d1c577b4064806ee16a19b723c authored about 4 years ago by Artem Belevich <[email protected]>
[testsuite] Allow a (custom) linker to be specified.

Differential Revision: https://reviews.llvm.org/D88061

f95eba922b0a1b07e2c68734c9cc7d6c1754d744 authored about 4 years ago by Davide Italiano <[email protected]>
compare.py: add two new options, --minimal_names and --no-abs-sort

--minimal-names prints the program name by splitting on '/' and printing the
final component wit...

9771b578de06f96603e20ee6e0f76ee1f0b59d2f authored about 4 years ago by Amara Emerson <[email protected]>
Fix a weird error when some time output files were causing bytes/str read errors.

c072b85e7298f642bc0eded2f761ed77cdb48a78 authored about 4 years ago by Amara Emerson <[email protected]>
[test-suite] remote file sync happens via rsync now. NFC

350389291e2a1e1dec566596c97919b5569c2f33 authored about 4 years ago by Jon Roelofs <[email protected]>
[CUDA, test-suite] More test cases for rint() and nearint()

Differential Revision: https://reviews.llvm.org/D85352

f1a62a9c12d0b2f789823e46627bf070da6daaae authored about 4 years ago by Artem Belevich <[email protected]>
[CUDA, test-suite] Prevent constant folding of the test inputs.

We want to codegen the code and verify that it actually executes correctly on
the GPU. Passing ...

09a568ec140b31b8c973859fd69ae9afbe177494 authored about 4 years ago by Artem Belevich <[email protected]>
[test-suite, CUDA] Run test kernel with just one thread.

For some reason this test is flaky on sm_60+, with the flaky failures irrelevant
to what we're t...

fcb9c5033da6654740fb885300fabbf25713aab1 authored about 4 years ago by Artem Belevich <[email protected]>
Fix random number generation and floating point comparison in matrix-types-spec.cpp

The testsuite is failing on PowerPC buildbots due to https://reviews.llvm.org/D72770.
Looks like...

4bdbe4ad9dd25b432d405d8a6ac6b7410da9b7a2 authored over 4 years ago by Jinsong Ji <[email protected]>
Add matrix types extension tests.

This adds a set of initial tests that check that some of the matrix
types extension matches the ...

60cfbf7833b8039b938ce679bed89c738b519e1d authored over 4 years ago by Florian Hahn <[email protected]>
Use md5 -q for HashProgramOutput.sh, to show only the checksum.

Summary:
This option is supported on both BSDs and macOS, and ensures the command
also works if ...

a70e8c81f0bc8e9323dd2559f523544a14577d38 authored over 4 years ago by Dimitry Andric <[email protected]>
[test-suite][AIX] Fix C++ benchmark compatibility issues on AIX

Summary:
This reimplements what has been reverted in 630313d.

The old implementation applied th...

f0caeccfb893344d73474e9d8f6c034ae7f451f9 authored over 4 years ago by stevewan <[email protected]>
Create MicroBenchmarks/Builtins for compiler-rt/builtins and add benchmarks for 128 bit division

Preliminary to https://reviews.llvm.org/D81809

Reviewed By: courbet, MaskRay

Differential Revi...

879f4962e83f98863c83e385e956d579e131791f authored over 4 years ago by Danila Kutenin <[email protected]>
[test-suite] Fix cpu architecture detection on x86 during cmake configuration

In presence of unknown models, the program could return 0 without output, which
is unexpected. R...

1cdde847bb01c4b1e490d8e902ac99096df75fd4 authored over 4 years ago by serge-sans-paille <[email protected]>
Revert a part of "[AIX] [test-suite] Enable standard compatable mode on

AIX"

This reverts a part of 000c7b8.

The change to the miniFE C++ benchmark caused failures on ...

630313d4092a645c38a36698354eba0f9ba13f91 authored over 4 years ago by Steven Wan <[email protected]>
[test-suite] Exclude another UB tests from the gcc-torture suite

Reviewed By: lenary

Patch by Johannes Doerfert <[email protected]>

Differential Revision: ...

0bfeb655e49fc6feeeb63d534019019bf4bb4d7c authored over 4 years ago by Johannes Doerfert <[email protected]>
[test-suite, CUDA] Add RPATH to libc++

libc++.co is a linker script so cmake no longer automatically adds RPATH to the
executable linke...

8502ef5fa44a2d46f6414fe0657a6e8dea0150cb authored over 4 years ago by Artem Belevich <[email protected]>
[test-suite, CUDA] Update lit config for CUDA tests.

7560ee7e878d16a5858e4e5ddb537114f9f05d4d authored over 4 years ago by Artem Belevich <[email protected]>
[AIX] [test-suite] Enable standard compatable mode on AIX

Summary: Since the current default `_ALL_SOURCE` causes numerous issues on AIX (e.g., typedef re...

000c7b8d78b12b5cc70ad4e69a4cdb1bab23f74d authored over 4 years ago by stevewan <[email protected]>
Remove unsupported case "AtomicOps" from AIX test list.

Summary: The test-suite case `AtomicOps.c` is unsupported on 32-bit AIX. It fails at link stage ...

e4c53876d55063d459790218958c0fe03f0c6e1b authored over 4 years ago by stevewan <[email protected]>
[test-suite, CUDA] Only consider the end of path as the version

Otherwise cmake trips on /some/path-0/cuda-1.2 and picks '0' as the version.

eebcb976b2258f70ec633894473ab0132aedc11b authored over 4 years ago by Artem Belevich <[email protected]>
[test-suite, CUDA] Minor fixes for libstdc++ detection.

2342d78c33f5965d1a6b3646f96291ceb40ef393 authored over 4 years ago by Artem Belevich <[email protected]>
Follow-up for lit.test.ResultCode adoption

Fixup for 17f2cec5. I mixed up the labels for the ResultCode instances
in my previous commit.

7fb25f0fd0e62425157e874a668b61bbce085fa8 authored over 4 years ago by Julian Lettner <[email protected]>
[test-suite, CUDA] Added support for recent CUDA versions.

b7cbf8172516867fac9829ef015c61c3b1297f3c authored over 4 years ago by Artem Belevich <[email protected]>
Account for upstream lit changes

17f2cec522172c9e91b638422041daa2c3ac9d36 authored over 4 years ago by Julian Lettner <[email protected]>
Disable retref on Darwin

This is currently failing on Darwin due to a linker error.

http://green.lab.llvm.org/green/job/...

2c3c4a6286d453f763c0245c6536ddd368f0db99 authored over 4 years ago by Jessica Paquette <[email protected]>
Fix test for existence of member.

obj.x will raise an exception if 'x' is not a member of obj.

ac88fc5a29c26064637b06943d2633e2aaf8294a authored over 4 years ago by SOLLVE CI Bot <[email protected]>
Add workaround for older versions of lit.

Some users rely on the version of lit provided by pypi.
See http://lists.llvm.org/pipermail/llvm...

a8dbdca1feb10ec44824293e34bec37632a8dfbd authored over 4 years ago by Michael Kruse <[email protected]>
Disable the LOCALE_ON macro for consumer-typeset on arm64 Darwin platforms.

e689293b98597ce200b414db1c3f4a2db748fa04 authored over 4 years ago by Amara Emerson <[email protected]>
[test-suite] Register result codes with lit.

lit currently only has a hard-coded set of result codes and crashes
when encountering test-suite...

2c8cbceb59fc7448089bebb9cb54776aca2075e9 authored over 4 years ago by Michael Kruse <[email protected]>
[X86] Bugfix for rL349334 adding a check function for two intrinsics

_mm_mmask_i64gather_epi32 and _mm_mmask_i64gather_ps operates the
lower 64 bits and zeroes the...

33904171b17a6ecebb8822f1179fec559a7be9a1 authored over 4 years ago by Freddy Ye <[email protected]>
[AArch64] Blacklist pr71626 in GCC C Torture Suite

f8cce5587c37960f53d26daff9cf39ef18330059 authored over 4 years ago by Kristof Beyls <[email protected]>
[AArch64] Enable GCC C Torture Suite

1c156a1d5dc4be37fbb9a8edb8aa70231f4d4500 authored over 4 years ago by Kristof Beyls <[email protected]>
[sollve_vv] -lopenmptarget -> -lomptarget.

Fix the wrong naming of the library in the suggested offloading flags.

5bc33d94193e4ef0f81e4f61468705231b6633ff authored over 4 years ago by Michael Kruse <[email protected]>
[RISCV][PowerPC] Fix google/benchmark benchmark::cycleclock::Now

This is a cherrypick of the upstream fix commit a77d5f7 onto
the llvm-test-suite's `MicroBenchma...

4699c45ceb58b5ac0789d42c49cda476ff90946e authored over 4 years ago by Luís Marques <[email protected]>
Add support for Hexagon

- add hexagon to DetectArchitecture
- disable MiBench, DOE-ProxyApps-C* tests currently unable t...

315e03c706ca8847bcc6f17f5c1a7d95d674c054 authored over 4 years ago by Brian Cain <[email protected]>
[test-suite] Work around undefined behaviour in lencod

The NUM_BLOCK_TYPES macro is defined to 10, but the arrays in
ctx_tables.h only have 8 elements ...

44dad74558616adcdf54a289db4466c7ab7d2563 authored over 4 years ago by Oliver Stannard <[email protected]>
[MemFunctions] Add validity check.

Summary: Validate the results in addition to benchmarking.

Reviewers: gchatelet

Subscribers: s...

60afc42e311b7996a973779fbdf297e1cb57dea9 authored over 4 years ago by Clement Courbet <[email protected]>
[test-suite] switch Clang driver to default to -fno-common

I've tried recommiting the Clang patch to switch to -fno-common, but
again some of the build bot...

a27411b851a42ba241235235881fd480a8049a94 authored over 4 years ago by Sjoerd Meijer <[email protected]>
[test-suite] Add -fcommon

D75056 is going change defaults from -fcommon to -fno-common. This had
to be reverted because of...

2af3f724f9c857587cecbc03f7f88f605d739ea2 authored over 4 years ago by Sjoerd Meijer <[email protected]>
Revert "Experimental support for spec 2017 on Apple platforms"

I accidentally pushed this before review.

This reverts commit 7114cae7cb79b3a20c165bef3a9488315...

0305e56e7bf5cf4be75b1a557fa72b37fe063572 authored over 4 years ago by Chris Matthews <[email protected]>
Revert "This was missing the import"

I accidentally pushed this before review.

This reverts commit ea9b83ebfa2d009d1836fff2398f67bb5...

1bb90d9973bd6f16188b933792448053b644aae2 authored over 4 years ago by Chris Matthews <[email protected]>
This was missing the import

ea9b83ebfa2d009d1836fff2398f67bb58717d06 authored over 4 years ago by Chris Matthews <[email protected]>