diff options
author | Lukas Wölfer <lukas.woelfer@rwth-aachen.de> | 2018-08-04 23:14:50 +0200 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-03-17 15:43:21 +0000 |
commit | 7ad366f363d23b0aea788fca69349e50180f5f78 (patch) | |
tree | b24cee8cae488fc841d2e1ebfcaba069779b1f87 /runtime | |
parent | 3b6f5e52d0cec5e8018c590c9feccb39bb03206c (diff) | |
download | klee-7ad366f363d23b0aea788fca69349e50180f5f78.tar.gz |
Added libcxx flag
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Intrinsic/dso_handle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Intrinsic/dso_handle.c b/runtime/Intrinsic/dso_handle.c new file mode 100644 index 00000000..0db2281f --- /dev/null +++ b/runtime/Intrinsic/dso_handle.c @@ -0,0 +1 @@ +void* __dso_handle = 0; |