Displaying 1 result from an estimated 1 matches for "test_info_".
Did you mean:
test_info
2017 Jan 26
2
Question about versioning of LVVM IR
...ect which deals
with
LLVM IR in the first place so it is often that we encounter errors like
the following one when we do things like parseAssemblyString(IR, Err,
GlobalCtx);`:
```
test: <string>:7237:187: error: invalid field 'variable'
!1526 = distinct !DIGlobalVariable(name: "test_info_", linkageName:
"_ZN14Hello_sup_Test10test_info_E", scope: !0, file: !1527, line: 4, type:
!1528, isLocal: false, isDefinition: true, variable:
%"class.testing::TestInfo"** @_ZN14Hello_sup_Test10test_info_E,
declaration: !2817)
```
Quick research of recent LLVM commits reve...