Skip to content

Commit

Permalink
LLVM-14.0.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt authored Jan 30, 2023
1 parent fdf7abf commit cfce39b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"/usr/local/include/**",
"/home/SVF-tools/SVF/**",
"${workspaceFolder}/**",
"/home/SVF-tools/SVF/llvm-13.0.0.obj/**"
"/home/SVF-tools/SVF/llvm-14.0.0.obj/**"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"label": "C/C++: cpp build active file",
"type": "shell",
// if you run SVF-Teaching not in docker container, you need to change the LLVM_DIR and SVF_DIR
"command": "cmake -g -DCMAKE_BUILD_TYPE=Debug -DSVF_DIR=/home/SVF-tools/SVF -DLLVM_DIR=/home/SVF-tools/SVF/llvm-13.0.0.obj -DZ3_DIR=/home/SVF-tools/SVF/z3.obj . && make",
"command": "cmake -g -DCMAKE_BUILD_TYPE=Debug -DSVF_DIR=/home/SVF-tools/SVF -DLLVM_DIR=/home/SVF-tools/SVF/llvm-14.0.0.obj -DZ3_DIR=/home/SVF-tools/SVF/z3.obj . && make",
"options": {
"cwd": "${workspaceFolder}"
},
Expand Down
2 changes: 1 addition & 1 deletion Assignment-2/testcase/bc/test1.ll
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ attributes #0 = { noinline nounwind uwtable "frame-pointer"="all" "min-legal-vec
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 7, !"uwtable", i32 1}
!2 = !{i32 7, !"frame-pointer", i32 2}
!3 = !{!"clang version 13.0.0"}
!3 = !{!"clang version 14.0.0"}
!4 = distinct !{!4, !5}
!5 = !{!"llvm.loop.mustprogress"}
2 changes: 1 addition & 1 deletion Assignment-2/testcase/bc/test2.ll
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protect
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 7, !"uwtable", i32 1}
!2 = !{i32 7, !"frame-pointer", i32 2}
!3 = !{!"clang version 13.0.0"}
!3 = !{!"clang version 14.0.0"}
2 changes: 1 addition & 1 deletion Assignment-3/testcase/bc/CI-global.ll
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protect
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 7, !"uwtable", i32 1}
!2 = !{i32 7, !"frame-pointer", i32 2}
!3 = !{!"clang version 13.0.0"}
!3 = !{!"clang version 14.0.0"}
2 changes: 1 addition & 1 deletion Assignment-3/testcase/bc/CI-local.ll
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protect
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 7, !"uwtable", i32 1}
!2 = !{i32 7, !"frame-pointer", i32 2}
!3 = !{!"clang version 13.0.0"}
!3 = !{!"clang version 14.0.0"}
2 changes: 1 addition & 1 deletion Assignment-3/testcase/bc/no_alias.ll
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ attributes #1 = { "frame-pointer"="all" "no-trapping-math"="true" "stack-protect
!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{i32 7, !"uwtable", i32 1}
!2 = !{i32 7, !"frame-pointer", i32 2}
!3 = !{!"clang version 13.0.0"}
!3 = !{!"clang version 14.0.0"}

0 comments on commit cfce39b

Please sign in to comment.