Displaying 5 results from an estimated 5 matches for "optionaltest".
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
2018 Jan 24
2
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
...> This is a re-land of r317019, which had issues with GCC 4.8 back then.
> Those issues don't reproduce anymore, but I'll watch the buildbots
> closely in case anything goes wrong.
>
> Modified:
> llvm/trunk/include/llvm/ADT/Optional.h
> llvm/trunk/unittests/ADT/OptionalTest.cpp
>
> Modified: llvm/trunk/include/llvm/ADT/Optional.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/
> llvm/ADT/Optional.h?rev=322838&r1=322837&r2=322838&view=diff
> ============================================================
> ==================
&g...
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
2018 Jan 24
0
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
...f r317019, which had issues with GCC 4.8 back then.
>> Those issues don't reproduce anymore, but I'll watch the buildbots
>> closely in case anything goes wrong.
>>
>> Modified:
>> llvm/trunk/include/llvm/ADT/Optional.h
>> llvm/trunk/unittests/ADT/OptionalTest.cpp
>>
>> Modified: llvm/trunk/include/llvm/ADT/Optional.h
>> URL:
>> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/Optional.h?rev=322838&r1=322837&r2=322838&view=diff
>>
>> ===========================================================...
2019 Jan 21
2
Buildbot for minimum supported GCC version? (seeing local build failures)
Hi,
Do we have any build bots for the currently minimum required version of
GCC? I'm currently seeing a build failure locally using v4.8.4, due to a
compiler bug fixed in 4.9 (see GCC bug id 57824), coming from
OptionalTest.cpp, relating to raw string literals in macros not being able
to encompass multiple lines. The change in question (r351548) was
introduced 3 days ago, and as far as I can see hasn't flagged up a build
bot failure.
I'm also seeing a build failure coming from llvm-xray, although in this
case...
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
2018 Jan 24
1
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
...th GCC 4.8 back then.
> >> Those issues don't reproduce anymore, but I'll watch the buildbots
> >> closely in case anything goes wrong.
> >>
> >> Modified:
> >> llvm/trunk/include/llvm/ADT/Optional.h
> >> llvm/trunk/unittests/ADT/OptionalTest.cpp
> >>
> >> Modified: llvm/trunk/include/llvm/ADT/Optional.h
> >> URL:
> >> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/
> llvm/ADT/Optional.h?rev=322838&r1=322837&r2=322838&view=diff
> >>
> >> =======================...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...or Release+Asserts build
llvm[2]: Compiling StringTableBuilderTest.cpp for Release+Asserts build
llvm[2]: Compiling MapVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling YAMLTest.cpp for Release+Asserts build
llvm[2]: Compiling MDBuilderTest.cpp for Release+Asserts build
llvm[2]: Compiling OptionalTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test MC (without symbols)
llvm[2]: Compiling PackedVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling MetadataTest.cpp for Release+Asserts build
llvm[3]: ======= Finished Linking Release+Asserts Unit test MCJIT (without sy...