Skip to content

Commit 4f237af

Browse files
committed
[chore] Bump llvm version up to 13 to macOS build
1 parent 3eeff8f commit 4f237af

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
runs-on: macos-latest
153153
env:
154154
BASE: /tmp
155+
LLVM_VERSION: 13
155156
SOLVERS: STP
156157
UCLIBC_VERSION: 0
157158
USE_TCMALLOC: 0

test/Feature/BlockPath.ll

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
; REQUIRES: geq-llvm-12.0
2+
; REQUIRES: not-darwin
3+
; Disabling darwin because test has different behaviour on CI
24
; RUN: %llvmas %s -o %t1.bc
35
; RUN: rm -rf %t.klee-out
4-
; RUN: %klee --output-dir=%t.klee-out --libc=klee --write-kpaths %t1.bc
5-
; RUN: grep "(path: 0 (main: %0 %5 %6 %8 (abs: %1 %8 %11 %13) %8 %10 %16 %17 %19" %t.klee-out/test000001.kpath
6-
; RUN: grep "(path: 0 (main: %0 %5 %6 %8 (abs: %1 %6 %11 %13) %8 %10 %16 %17 %19" %t.klee-out/test000002.kpath
6+
; RUN: %klee --output-dir=%t.klee-out --libc=klee --optimize=false --write-kpaths %t1.bc
7+
; RUN: cat %t.klee-out/test*.kpath > %t.klee-out/tests.kpath
8+
; RUN: grep "(path: 0 (main: %0 %5 %6 %8 (abs: %1 %8 %11 %13) %8 %10 %16 %17 %19" %t.klee-out/tests.kpath
9+
; RUN: grep "(path: 0 (main: %0 %5 %6 %8 (abs: %1 %6 %11 %13) %8 %10 %16 %17 %19" %t.klee-out/tests.kpath
710

811
@.str = private unnamed_addr constant [2 x i8] c"x\00", align 1
912

0 commit comments

Comments
 (0)