Skip to content
New issue

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

Not Compiling on macOS #1

Closed
Naville opened this issue Aug 10, 2017 · 1 comment
Closed

Not Compiling on macOS #1

Naville opened this issue Aug 10, 2017 · 1 comment

Comments

@Naville
Copy link

Naville commented Aug 10, 2017

Seems like a issue related to LLVM3.2 itself, can I replace it with LLVM5.X/4.X ?

Development/bin2llvm-build/llvm-3.2.src.native/lib/Analysis/LazyValueInfo.cpp:998:14: error: 
      no matching member function for call to 'insert'
    worklist.insert(worklist.end(), succ_begin(ToUpdate), succ_end(ToUpdate));
    ~~~~~~~~~^~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:706:14: note: 
      candidate function not viable: no known conversion from 'succ_iterator'
      (aka 'SuccIterator<llvm::TerminatorInst *, llvm::BasicBlock>') to
      'size_type' (aka 'unsigned long') for 2nd argument
    iterator insert(const_iterator __position, size_type __n, const_refe...
             ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:710:14: note: 
      candidate template ignored: disabled by 'enable_if' [with _InputIterator =
      llvm::SuccIterator<llvm::TerminatorInst *, llvm::BasicBlock>]
             __is_input_iterator  <_InputIterator>::value &&
             ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:721:13: note: 
      candidate template ignored: disabled by 'enable_if' [with _ForwardIterator
      = llvm::SuccIterator<llvm::TerminatorInst *, llvm::BasicBlock>]
            __is_forward_iterator<_ForwardIterator>::value &&
            ^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:698:14: note: 
      candidate function not viable: requires 2 arguments, but 3 were provided
    iterator insert(const_iterator __position, const_reference __x);
             ^
1 error generated.

And this is my native compiler:

[bin2llvm] clang -v                                                                                                                                                                    master  ✱
Apple LLVM version 8.1.0 (clang-802.0.42)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

@Naville Naville closed this as completed Aug 10, 2017
@Naville
Copy link
Author

Naville commented Aug 10, 2017

nvm seems like LLVM 3.2 is a dependency of KLEE, which itself is a dependency of S2E.
I guess docker is the way to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant