Advertisement
Guest User

make

a guest
Nov 9th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Using /usr/bin/llvm-config [version=5.0.0]
  2. g++ -c -o src/llvm/ext/llvm_ext.o src/llvm/ext/llvm_ext.cc `/usr/bin/llvm-config --cxxflags`
  3. g++: error: unrecognized command line option ‘-Wcovered-switch-default’; did you mean ‘-Wno-switch-default’?
  4. g++: error: unrecognized command line option ‘-Wstring-conversion’; did you mean ‘-Wint-conversion’?
  5. make: *** [Makefile:121: src/llvm/ext/llvm_ext.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement