Displaying 7 results from an estimated 7 matches for "r210953".
2014 Jun 14
2
[LLVMdev] Issues with clang-llvm debug info validity
Hi all, sorry to post to both lists, but I'm running into an issue where
clang-generated debug info is deemed to be invalid by LLVM tools (throws an
assertion error in both llc and mcjit), and I'm not sure what the proper
resolution is.
Here's a test case; I last tested it on revision r210953:
$ cat test1.cpp
#include "test.h"
test::Test<int> foo1() {
return test::Test<int>();
}
$ cat test2.cpp
namespace test {
}
#include "test.h"
test::Test<int> foo2() {
return test::Test<int>();
}
$ cat test.h
namespace test {
template <class T...
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
...#39;m running into an issue where
>> clang-generated debug info is deemed to be invalid by LLVM tools (throws an
>> assertion error in both llc and mcjit), and I'm not sure what the proper
>> resolution is.
>>
>> Here's a test case; I last tested it on revision r210953:
>>
>> $ cat test1.cpp
>> #include "test.h"
>> test::Test<int> foo1() {
>> return test::Test<int>();
>> }
>>
>> $ cat test2.cpp
>> namespace test {
>> }
>> #include "test.h"
>> test::Test<...
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
...info is deemed to be invalid by LLVM tools (throws an
>>>>>> assertion error in both llc and mcjit), and I'm not sure what the proper
>>>>>> resolution is.
>>>>>>
>>>>>> Here's a test case; I last tested it on revision r210953:
>>>>>>
>>>>>> $ cat test1.cpp
>>>>>> #include "test.h"
>>>>>> test::Test<int> foo1() {
>>>>>> return test::Test<int>();
>>>>>> }
>>>>>>
>>>...
2014 Jun 24
2
[LLVMdev] Issues with clang-llvm debug info validity
...t;>> clang-generated debug info is deemed to be invalid by LLVM tools (throws an
>>>> assertion error in both llc and mcjit), and I'm not sure what the proper
>>>> resolution is.
>>>>
>>>> Here's a test case; I last tested it on revision r210953:
>>>>
>>>> $ cat test1.cpp
>>>> #include "test.h"
>>>> test::Test<int> foo1() {
>>>> return test::Test<int>();
>>>> }
>>>>
>>>> $ cat test2.cpp
>>>> namespace test {...
2014 Jun 27
2
[LLVMdev] Issues with clang-llvm debug info validity
...LLVM tools (throws an
>>>>>>>> assertion error in both llc and mcjit), and I'm not sure what the proper
>>>>>>>> resolution is.
>>>>>>>>
>>>>>>>> Here's a test case; I last tested it on revision r210953:
>>>>>>>>
>>>>>>>> $ cat test1.cpp
>>>>>>>> #include "test.h"
>>>>>>>> test::Test<int> foo1() {
>>>>>>>> return test::Test<int>();
>>>>>>&...
2014 Jun 27
2
[LLVMdev] Issues with clang-llvm debug info validity
...t;>>>>>>> assertion error in both llc and mcjit), and I'm not sure what the proper
>>>>>>>>>> resolution is.
>>>>>>>>>>
>>>>>>>>>> Here's a test case; I last tested it on revision r210953:
>>>>>>>>>>
>>>>>>>>>> $ cat test1.cpp
>>>>>>>>>> #include "test.h"
>>>>>>>>>> test::Test<int> foo1() {
>>>>>>>>>> return test::Test...
2014 Jul 09
4
[LLVMdev] Issues with clang-llvm debug info validity
...gt;> assertion error in both llc and mcjit), and I'm not sure what the proper
>>>>>>>>>>>> resolution is.
>>>>>>>>>>>>
>>>>>>>>>>>> Here's a test case; I last tested it on revision r210953:
>>>>>>>>>>>>
>>>>>>>>>>>> $ cat test1.cpp
>>>>>>>>>>>> #include "test.h"
>>>>>>>>>>>> test::Test<int> foo1() {
>>>>>>>...