Displaying 1 result from an estimated 1 matches for "_zn14hello_sup_test10test_info_e".
2017 Jan 26
2
Question about versioning of LVVM IR
...irst 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 reveals that stuff is being changed
significantly, example:
co...