We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I built and ran the llvm-block on the Linux server but there were some problems.
(1) I looked up output file, the result of llvm-block beforeg.ll afterg.ll 2 > output and it said,
llvm-block beforeg.ll afterg.ll 2 > output
llvm-fixblock: afterg.ll:588:192: error: invalid field 'variables' !47 = distinct !DISubprogram(name: "main", scope: !3, file: !3, line: 22, type: !48, isLocal: false, isDefinition: true, scopeLine: 23, flags: DIFlagPrototyped, isOptimized: false, unit: !2, variables: !50) ^ Segmentation fault (core dumped)
(2) opt -dot-cfg wrote 'cfg.main.dot', but it should be writing two '.main.dot'. Because of those problems, I failed to draw graphs.
opt -dot-cfg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I built and ran the llvm-block on the Linux server but there were some problems.
(1) I looked up output file, the result of
llvm-block beforeg.ll afterg.ll 2 > output
and it said,
(2)
opt -dot-cfg
wrote 'cfg.main.dot', but it should be writing two '.main.dot'.Because of those problems, I failed to draw graphs.
The text was updated successfully, but these errors were encountered: