Skip to content
Snippets Groups Projects
Commit c9cf4951 authored by Jeffrey Tolar's avatar Jeffrey Tolar
Browse files

Add llvm35

It provides (among other things) llvm-symbolizer, which provides line
numbers for ASAN.

Apparently it's not a dependency of clang35.
parent 6b327fb1
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# x86_64 or x86
ARCH=x86_64
ARCH=x86
DISK=vm_$ARCH.img
DEFAULT_USER=dev
......@@ -41,6 +41,7 @@ PACKAGES=(# Core packages
firefox
# Development (compilers, interpreters, debuggers, etc.)
clang35
llvm35
libc++
gdb
valgrind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment